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,
"ReturnVoidInsteadOfEmptyTuple" : true,
"UseEarlyExits" : false,
"UseLetInEveryBoundCaseVariable" : true,
"UseLetInEveryBoundCaseVariable" : false,
"UseShorthandTypeNames" : true,
"UseSingleLinePropertyGetter" : true,
"UseSynthesizedInitializer" : true,