File tree Expand file tree Collapse file tree 2 files changed +29
-6
lines changed Expand file tree Collapse file tree 2 files changed +29
-6
lines changed Original file line number Diff line number Diff line change
1
+ # Editor configuration, see http://editorconfig.org
1
2
root = true
3
+
2
4
[* ]
5
+ charset = utf-8
6
+ indent_style = space
7
+ indent_size = 4
8
+ insert_final_newline = true
9
+ trim_trailing_whitespace = true
10
+
11
+ [* .scss ]
12
+ indent_size = 2
13
+
14
+ [* .md ]
15
+ max_line_length = off
16
+ trim_trailing_whitespace = false
17
+
18
+ [* .json ]
19
+ indent_size = 2
3
20
21
+ [* .cshtml ]
4
22
# Some CSS Resharper doesn't know how to load.
5
23
resharper_unknown_css_class_highlighting =none
6
24
@@ -19,14 +37,15 @@ resharper_css_browser_compatibility_highlighting=none
19
37
# Localization might not be finished.
20
38
resharper_not_overridden_in_specific_culture_highlighting =suggestion
21
39
22
- # Allow names like `IPAddress`.
23
- resharper_inconsistent_naming_highlighting =suggestion
24
-
25
- # Allow unused auto property get.
26
- resharper_unused_auto_property_accessor_global_highlighting =suggestion
27
-
28
40
# Allow view render global var.
29
41
resharper_access_to_modified_closure_highlighting =suggestion
30
42
31
43
# Suppress id not resolved because resharper can't understand
32
44
resharper_html_id_not_resolved_highlighting =suggestion
45
+
46
+ [* .cs ]
47
+ # Allow names like `IPAddress`.
48
+ resharper_inconsistent_naming_highlighting =suggestion
49
+
50
+ # Allow unused auto property get.
51
+ resharper_unused_auto_property_accessor_global_highlighting =suggestion
Original file line number Diff line number Diff line change 1
1
.vs /
2
+ .vscode /
2
3
.idea /
3
4
lib
4
5
* .user
@@ -16,3 +17,6 @@ appsettings.Development.json
16
17
* .log
17
18
TestResults /
18
19
app.db *
20
+ .angular /
21
+ .yarn /
22
+ * .tsbuildinfo
You can’t perform that action at this time.
0 commit comments