principalement du format de code
This commit is contained in:
parent
222a0f96d1
commit
ff1444d664
87 changed files with 510 additions and 550 deletions
|
|
@ -35,3 +35,10 @@ indent_style = space
|
|||
indent_size = 2
|
||||
|
||||
|
||||
dotnet_naming_rule.locals_should_be_camel_case.severity = none
|
||||
dotnet_naming_rule.locals_should_be_camel_case.symbols = locals_and_parameters
|
||||
dotnet_naming_rule.locals_should_be_camel_case.style = camel_case_style
|
||||
|
||||
dotnet_naming_symbols.locals_and_parameters.applicable_kinds = parameter, local
|
||||
|
||||
dotnet_naming_style.camel_case_style.capitalization = camel_case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue