mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 15:36:14 +03:00
9 lines
175 B
INI
9 lines
175 B
INI
# See <http://EditorConfig.org> for details
|
|
|
|
[*.{h,hpp,inl}]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
indent_size = 4
|
|
indent_style = space
|