# EditorConfig is awesome:http://EditorConfig.org

# top-most EditorConfig file
root = true

# Visual Studio project files.
[*.{csproj,fsproj,projitems,props,shproj,targets,vbproj,vcxproj,vcxproj.filters}]
charset = utf-8-bom
end_of_line = crlf
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = false

[*.sln]
charset = utf-8-bom
end_of_line = crlf
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true

# Source files. Add BOM to source files in order to make Visual Studio happily load them as UTF-8 files.
[*.{c,cpp,cppd,cs,csx,dox,fsh,glsl,h,hd,hi,hpp,htm,html,ipp,psh,resx,vsh,xaml}]
charset = utf-8-bom
end_of_line = crlf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

# Nact files
[*.{nact,narl,nart}]
charset = utf-8-bom
end_of_line = crlf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

