You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
322 B
23 lines
322 B
; Top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.il]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.csproj]
|
|
indent_style = space
|
|
indent_size = 2
|
|
[*.config]
|
|
indent_style = space
|
|
indent_size = 2
|
|
[*.vsixmanifest]
|
|
indent_style = space
|
|
indent_size = 2
|
|
[*.vsct]
|
|
indent_style = space
|
|
indent_size = 2
|