Everywhere: Add support for nil, true, false data types

This commit is contained in:
Riyyi
2023-03-26 22:38:53 +02:00
parent f132397e15
commit 424bbcc834
7 changed files with 45 additions and 13 deletions
+1
View File
@@ -14,6 +14,7 @@ AlignTrailingComments: true
AllowAllArgumentsOnNextLine: false
AllowAllConstructorInitializersOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortLambdasOnASingleLine: All
AlwaysBreakTemplateDeclarations: Yes