Revision fb69fffaa92a2f4701a73c5bba6a291634bf2e2d authored by Dmitri Naumov on 28 April 2021, 20:31:56 UTC, committed by Dmitry Yu. Naumov on 02 June 2021, 12:47:02 UTC
First step to separte the behaviour from state.
1 parent aad7e13
Raw File
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss}]
indent_size = 2
back to top