CreatBotCrowsnest/.editorconfig
Stephan Wendel ffcd22ad39
Updated .editorconfig for '.md' files.
Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-12-08 20:37:35 +01:00

18 lines
369 B
INI

# Editor Config
# This should help contributors and save time for my sometimes cheesy Brain xD
# Stephan Wendel <me@stephanwe.de>
[*.sh]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
charset = utf-8
insert_final_newline = true
end_of_line = lf
trim_trailing_whitespace = true