Code refactor.

This commit is contained in:
2020-12-20 21:34:13 +00:00
parent 5880d93368
commit 13b7ba1f9b
117 changed files with 7284 additions and 7495 deletions

View File

@@ -221,7 +221,7 @@ space_after_last_attribute=false
space_before_self_closing=true
attribute_style=on_single_line
attribute_indent=align_by_first_attribute
sort_attributes=true
sort_attributes=false
sort_class_selectors=true
max_blank_lines_between_tags=0
linebreak_before_all_elements=true
@@ -629,4 +629,11 @@ indent_type_constraints=true
# Javascript and Typescript
[*.{js,js.map,ts}]
quote_style=doublequoted
termination_style=ensure_semicolon
termination_style=ensure_semicolon
[*.razor]
razor_always_use_end_of_line_brace_style=false
blank_lines_around_razor_sections=true
blank_lines_around_razor_helpers=true
blank_lines_around_razor_functions=true
sort_attributes=false