mirror of https://github.com/orefkov/simstr.git
10 lines
174 B
INI
10 lines
174 B
INI
|
|
root = true
|
||
|
|
|
||
|
|
[*.{as,cpp,h,hpp,inl,txt}]
|
||
|
|
charset = utf-8-bom
|
||
|
|
end_of_line = lf
|
||
|
|
insert_final_newline = true
|
||
|
|
indent_style = space
|
||
|
|
indent_size = 4
|
||
|
|
trim_trailing_whitespace = true
|