remove duplicate indentwith

IndentWidth key shoudle be unique
This commit is contained in:
cluster 2023-04-17 14:21:11 +08:00
parent d5fd0c4664
commit a123250a40

View File

@ -21,7 +21,6 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
ExperimentalAutoDetectBinPacking: true
UseTab: Never
TabWidth: 4
IndentWidth: 4
Standard: Cpp11
PointerAlignment: Middle
MaxEmptyLinesToKeep: 2