sox/.editorconfig

15 lines
187 B
INI

root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
indent_style = space
insert_final_newline = true
charset = utf-8
[*.py]
indent_size = 4
[*.{yml,yaml}]
indent_size = 2