CreatBotCrowsnest/.editorconfig
Stephan Wendel fee20ded85
IMPROVE: Updated .editorconfig
Changed affected Files.

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2021-12-08 20:27:37 +01:00

12 lines
268 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