Files
QAuxiliary/.editorconfig
ACh Sulfate c5d877dccf add rootfs
2022-01-29 20:55:15 +08:00

14 lines
230 B
INI

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