uibk_703807-Advanced-CXX/.editorconfig

18 lines
244 B
INI
Raw Normal View History

2020-09-29 13:16:19 +02:00
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