reformat .editorconfig config

This commit is contained in:
Smirnov Oleksandr 2024-02-11 17:44:19 +02:00
parent cdb1cd05a3
commit ebb10e9b90

View file

@ -8,10 +8,7 @@ insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
charset = utf-8 charset = utf-8
[*.{lua,vim}] [*.{md,yml,yaml,toml,lua,vim}]
indent_size = 2
[*.{md,yml,yaml,toml}]
indent_size = 2 indent_size = 2
[*.go] [*.go]