Remove duplicate key "Language" from .clang-format

Latest Visual Studio complains about invalid format, it breaks formatting
in the IDE
This commit is contained in:
Vladislav Vaintroub 2024-04-17 16:07:15 +02:00
parent 173847b76a
commit b48de9737b

View file

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