symreader/.editorconfig

34 строки
609 B
INI
Исходник Постоянная ссылка Обычный вид История

2016-04-02 22:46:32 +03:00
# EditorConfig is awesome:
http://EditorConfig.org
# top-most EditorConfig file
root = true
# Don't use tabs for indentation.
[*]
indent_style = space
# (Please don't specify an indent_size here; that has too many unintended consequences.)
2018-12-10 06:21:19 +03:00
[*.{sh}]
end_of_line = lf
indent_size = 2
[*.{ps1}]
indent_size = 2
2016-04-02 22:46:32 +03:00
# Code files
[*.cs,*.csx,*.vb,*.vbx]
indent_size = 4
# Xml project files
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}]
indent_size = 2
# Xml config files
[*.{props,targets,ruleset,config,nuspec,resx,vsixmanifest,vsct}]
indent_size = 2
# JSON files
[*.json]
indent_size = 2