root = true

[*]
charset = utf-8
end_of_line = LF
indent_style = space
indent_size = 4
insert_final_newline = false
trim_trailing_whitespace = true

[*.{sln,slnx}]
indent_style = tab

[*.{csproj,vbproj,vcxproj,vcxproj.filters}]
indent_size = 2

[*.{xml,config,props,targets,nuspec,ruleset}]
indent_size = 2

[*.{yml,yaml}]
indent_size = 2

[*.json]
indent_size = 2

[*.md]
trim_trailing_whitespace = false