Files
QAuxiliary/.editorconfig
2022-02-10 19:18:12 +08:00

13 lines
214 B
INI

root = true
[*]
end_of_line = lf
charset = utf-8
indent_style = space
[{*.java, *.kt,*.kts, *.cpp, *.c, *.cc, *.h}]
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 160