-
-
Notifications
You must be signed in to change notification settings - Fork 318
Expand file tree
/
Copy path.editorconfig
More file actions
32 lines (24 loc) · 589 Bytes
/
.editorconfig
File metadata and controls
32 lines (24 loc) · 589 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
root=true
# http://editorconfig.org
[*]
charset=utf-8
end_of_line=crlf
indent_size=4
indent_style=space
insert_final_newline=true
trim_trailing_whitespace=true
# ReSharper properties
resharper_xml_indent_size=2
# Use 2 spaces for XAML files. Unsupported in VS2017
[*.xml]
indent_size=2:warning
[*.xsl]
indent_size=2:warning
[*.xsd]
indent_size=2:warning
[*.xslt]
indent_size=2:warning
[*.{appxmanifest,build,config,csproj,dbml,discomap,dtd,jsproj,lsproj,njsproj,nuspec,proj,props,StyleCop,targets,tasks,vbproj,xaml,xamlx,xml,xoml,xsd}]
indent_style=space
indent_size=2
tab_width=4