principalement du format de code
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user