Browse Source

Remove duplicate key "Language" from .clang-format

Latest Visual Studio complains about invalid format, it breaks formatting
in the IDE
pull/3191/head
Vladislav Vaintroub 1 year ago
parent
commit
b48de9737b
  1. 1
      .clang-format

1
.clang-format

@ -70,7 +70,6 @@ IndentPPDirectives: None
IndentWidth: 2
IndentWrappedFunctionNames: false
KeepEmptyLinesAtTheStartOfBlocks: true
Language: Cpp
MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1

Loading…
Cancel
Save