-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.editorconfig
More file actions
63 lines (39 loc) · 986 Bytes
/
.editorconfig
File metadata and controls
63 lines (39 loc) · 986 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
tab_width = 4
insert_final_newline = true
resharper_comment_typo_highlighting = do_not_show
resharper_markup_attribute_typo_highlighting = do_not_show
resharper_markup_text_typo_highlighting = do_not_show
resharper_string_literal_typo_highlighting = do_not_show
[*.{cs,cshtml,as?x}]
trim_trailing_whitespace = true
[*.{xml,csproj,props,build,targets,config,ruleset,nuspec,resx,vsixmanifest,browser,wxs,wixproj}]
indent_size = 2
[*.resx]
trim_trailing_whitespace = false
insert_final_newline = false
[*.json]
indent_size = 2
[*.md]
indent_size = 2
[*.pp]
indent_size = 2
tab_width = 2
trim_trailing_whitespace = true
[*.{tf,tfrc,hcl}]
indent_size = 2
trim_trailing_whitespace = true
[*.{yaml,yml}]
indent_size = 2
trim_trailing_whitespace = true
[*.{css,less}]
trim_trailing_whitespace = true
[*.{js,cjs,ts}]
indent_size = 2
trim_trailing_whitespace = true
[*.{bat,cmd,ps1}]
end_of_line = crlf