Authenticator/.editorconfig
Bilal Elmoussaoui ae47ab8f7b App lock
2018-09-23 10:36:52 +00:00

15 lines
189 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