Files
clover/.editorconfig
2018-06-09 20:26:18 +03:00

14 lines
178 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{py,cpp,h,swift,launch}]
indent_style = space
indent_size = 4
[*.{js,html}]
indent_style = tab