chore: Update .editorconfig

This commit is contained in:
Mariusz Nowak
2024-05-23 21:25:25 +02:00
parent 84056f88ea
commit adeb3df4ee

View File

@@ -3,12 +3,16 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
trim_trailing_whitespace = true
[{*.json,*.yml}]
indent_style = space
[*.{md,yml}]
indent_size = 2
indent_style = space
[*.md]
trim_trailing_whitespace = false