LibRay/.editorconfig
Nichlas Severinsen d669116cf0 Added editorconfig
2020-08-03 20:05:09 +02:00

15 lines
208 B
INI

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