2FAuth/.editorconfig

18 lines
257 B
INI
Raw Normal View History

2019-05-20 05:37:41 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
2021-12-02 12:15:53 +00:00
[*.{yml,yaml}]
2019-05-20 05:37:41 +00:00
indent_size = 2
2021-12-02 12:15:53 +00:00
[docker-compose.yml]
indent_size = 4