Authenticator/.editorconfig
Bilal Elmoussaoui 5c4f300243 fix end_line
2017-09-17 00:10:15 +02:00

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