mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-02-05 08:52:50 +02:00
New editorconfig properties
This commit is contained in:
parent
55b7b81dba
commit
7d6ee330a5
1 changed files with 3 additions and 3 deletions
|
@ -15,10 +15,8 @@ insert_final_newline = true
|
|||
trim_trailing_whitespace = true
|
||||
|
||||
#### .NET Coding Conventions ####
|
||||
|
||||
# Organize usings
|
||||
dotnet_separate_import_directive_groups = false
|
||||
dotnet_sort_system_directives_first = false
|
||||
dotnet_sort_system_directives_first = true
|
||||
file_header_template = unset
|
||||
|
||||
# this. and Me. preferences
|
||||
|
@ -229,6 +227,8 @@ dotnet_naming_style.begins_with_i.required_suffix =
|
|||
dotnet_naming_style.begins_with_i.word_separator =
|
||||
dotnet_naming_style.begins_with_i.capitalization = pascal_case
|
||||
|
||||
dotnet_diagnostic.IDE0005.severity = error
|
||||
|
||||
[.github/**/*.yml]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
|
|
Loading…
Add table
Reference in a new issue