Authenticator/.editorconfig

16 lines
197 B
INI
Raw Normal View History

2017-09-17 00:10:15 +02:00
root = true
2017-09-16 14:15:40 +02:00
[*]
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
[*.{py,py.in}]
2017-09-16 14:15:40 +02:00
indent_size = 4
[*.build]
indent_size = 2
2018-09-23 10:36:52 +00:00
2018-03-24 20:02:02 +01:00
[*.yml]
indent_size = 2