Authenticator/.editorconfig
2020-10-28 01:52:54 +01:00

14 lines
195 B
INI

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