Authenticator/.editorconfig
2018-03-24 20:02:02 +01:00

14 lines
188 B
INI

root = true
[*]
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
[*.py]
indent_size = 4
[*.build]
indent_size = 2
[*.yml]
indent_size = 2