uibk_703807-Advanced-CXX/.editorconfig
2020-09-29 13:24:28 +02:00

18 lines
244 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 8
[*.md]
indent_style = space
indent_size = 2
[*.{hpp,cpp,h,c}]
indent_style = tab
indent_size = 4