JavascriptSubtitlesOctopus/.editorconfig

22 lines
315 B
INI
Raw Permalink Normal View History

2022-02-21 19:15:57 +00:00
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yml,yaml}]
indent_style = space
indent_size = 2
2022-03-22 16:56:05 +00:00
[{Makefile, *.mk}]
2022-02-21 19:15:57 +00:00
indent_style = tab
indent_size = 4
[*.md]
trim_trailing_whitespace = false