mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-14 13:07:11 +08:00
18 lines
318 B
INI
18 lines
318 B
INI
# EditorConfig is awesome:http://EditorConfig.org
|
|
|
|
# ignore .editorconfig files above this
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
|
|
# source code
|
|
[*.{cpp,h,c}]
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
# windows-specific project files
|
|
[*.{vcxproj,sln,vcxproj.filters,props}]
|
|
charset = utf-8-bom
|