Clang-Format // Disable 'UseLetInEveryBoundCaseVariable'.

This commit is contained in:
ShikiSuen 2022-10-01 16:24:26 +08:00
parent b9fc1b07f8
commit 42f2b9ead6
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
"OrderedImports" : true, "OrderedImports" : true,
"ReturnVoidInsteadOfEmptyTuple" : true, "ReturnVoidInsteadOfEmptyTuple" : true,
"UseEarlyExits" : false, "UseEarlyExits" : false,
"UseLetInEveryBoundCaseVariable" : true, "UseLetInEveryBoundCaseVariable" : false,
"UseShorthandTypeNames" : true, "UseShorthandTypeNames" : true,
"UseSingleLinePropertyGetter" : true, "UseSingleLinePropertyGetter" : true,
"UseSynthesizedInitializer" : true, "UseSynthesizedInitializer" : true,