cnam-geometry-dash/.editorconfig

38 lines
601 B
INI

# https://editorconfig.org/
root = true
[*]
charset = utf-8
indent_style = space
end_of_line = lf
[*.{json,jsonc,asmdef}]
indent_size = 2
trim_trailing_whitespace = true
[*.{yml,yaml,sh,puml,md}]
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[*.cs]
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.sln]
indent_style = tab
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,nativeproj,locproj}]
indent_size = 2
[*.builds]
indent_size = 2
[*.{xml,stylecop,resx,ruleset}]
indent_size = 2
[*.{props,targets,config,nuspec}]
indent_size = 2