Clang-Format // Disable 'UseLetInEveryBoundCaseVariable'.

This commit is contained in:
ShikiSuen 2022-10-01 16:24:26 +08:00
parent 2af9cdebe2
commit a8ab9c62e1
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,