Files
opennurbs/.editorconfig
Bozo The Builder 799431a63b Sync changes from upstream repository
Co-authored-by: Steve Baer <steve@mcneel.com>
Co-authored-by: Nathan Letwory <nathan@mcneel.com>
Co-authored-by: Dale Lear <dalelear@mcneel.com>
2019-11-06 16:24:57 +00:00

18 lines
301 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