You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
466 B
30 lines
466 B
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
max_line_length = 300
|
|
tab_width = 4
|
|
|
|
# C++ Coding style
|
|
# I know these keys are unknown, regard it as documentation
|
|
[*.{cc,hh}]
|
|
indent_brace_style = K&R
|
|
curly_bracket_next_line = false
|
|
spaces_around_operators = true
|
|
spaces_around_brackets = true
|
|
|
|
[*.py]
|
|
indent_size = 4
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
|
|
[*.ini]
|
|
indent_size = 2
|
|
|
|
[*.cfg]
|
|
indent_size = 2
|
|
|