- Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy path.editorconfig
More file actions
Latest commit
34 lines (28 loc) · 589 Bytes
/
Copy path.editorconfig
File metadata and controls
34 lines (28 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
33
34
# Top-most EditorConfig file
root = true
[*]
end_of_line = crlf
indent_style = tab
tab_width = 4
trim_trailing_whitespace = true
insert_final_newline = false
[*.{css,less}]
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 2
insert_final_newline = true
[*.{xml,config,slnx,csproj,props,targets,nuspec}]
indent_style = space
indent_size = 2
[*.{txt,md}]
indent_style = space
indent_size = unset
[**/{lib,build}/**]
charset = unset
end_of_line = unset
indent_style = unset
indent_size = unset
trim_trailing_whitespace = unset
insert_final_newline = unset