Authenticator/.editorconfig
2019-09-03 00:07:06 +00:00

14 lines
186 B
INI

root = true
[*]
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
[*.{xml,build,sql}]
indent_size = 2
[*.{json,py,rs}]
indent_size = 4