Skip to content

Commit 8f2fd1d

Browse files
committed
Auto csproj fix and update by bot.
1 parent 1eee876 commit 8f2fd1d

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

.editorconfig

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
1+
# Editor configuration, see http://editorconfig.org
12
root = true
3+
24
[*]
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
320

21+
[*.cshtml]
422
# Some CSS Resharper doesn't know how to load.
523
resharper_unknown_css_class_highlighting=none
624

@@ -19,14 +37,15 @@ resharper_css_browser_compatibility_highlighting=none
1937
# Localization might not be finished.
2038
resharper_not_overridden_in_specific_culture_highlighting=suggestion
2139

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-
2840
# Allow view render global var.
2941
resharper_access_to_modified_closure_highlighting=suggestion
3042

3143
# Suppress id not resolved because resharper can't understand
3244
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

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.vs/
2+
.vscode/
23
.idea/
34
lib
45
*.user
@@ -16,3 +17,6 @@ appsettings.Development.json
1617
*.log
1718
TestResults/
1819
app.db*
20+
.angular/
21+
.yarn/
22+
*.tsbuildinfo

0 commit comments

Comments
 (0)