condorcore-keyring/.editorconfig

23 lines
371 B
INI
Raw Normal View History

2017-05-26 01:26:32 -05:00
root = true
2017-05-26 01:26:32 -05:00
[*]
end_of_line = lf
charset = utf-8
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[{*.py,keyringctl}]
indent_style = space
indent_size = 4
max_line_length = 119
[*.{yml,yaml}]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 2