ShareX/.editorconfig

27 lines
427 B
INI
Raw Normal View History

2017-06-08 12:30:30 +12:00
root = true
2017-07-05 14:07:38 +12:00
[*]
2017-06-08 12:38:34 +12:00
indent_style = space
end_of_line = crlf
2017-06-08 12:32:20 +12:00
trim_trailing_whitespace = true
2017-07-05 14:07:38 +12:00
insert_final_newline = false
# C# files
[*.cs]
indent_size = 4
# Xml project files
[*.{csproj,vcxproj,vcxproj.filters,proj,nativeproj,locproj}]
indent_size = 2
# Xml build files
[*.builds]
indent_size = 2
# Xml files
[*.{xml,stylecop,resx,ruleset}]
indent_size = 2
# Xml config files
[*.{props,targets,config,nuspec}]
indent_size = 2