diff --git a/Software/Applications/Clang/Clang_Format_自定义风格.md b/Software/Applications/Clang/Clang_Format_自定义风格.md index e2290c6..8e0240e 100644 --- a/Software/Applications/Clang/Clang_Format_自定义风格.md +++ b/Software/Applications/Clang/Clang_Format_自定义风格.md @@ -74,7 +74,6 @@ IncludeBlocks: Regroup IndentCaseLabels: 'false' IndentPPDirectives: None IndentWidth: '4' -Language: Cpp MaxEmptyLinesToKeep: '1' NamespaceIndentation: None PointerAlignment: Left @@ -2664,6 +2663,7 @@ WhitespaceSensitiveMacros: ```yml --- # 语言: None, Cpp, Java, JavaScript, ObjC, Proto, TableGen, TextProto +# Language: Cpp BasedOnStyle: LLVM AccessModifierOffset: -4 AlignAfterOpenBracket: AlwaysBreak @@ -2843,7 +2843,6 @@ JavaScriptWrapImports: true KeepEmptyLinesAtEOF: false KeepEmptyLinesAtTheStartOfBlocks: false LambdaBodyIndentation: Signature -Language: Cpp LineEnding: DeriveLF MacroBlockBegin: "" MacroBlockEnd: ""