Fix .clang-format
Was complaining about Cpp14 not being a valid enumerator
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
BasedOnStyle: WebKit
|
||||
Language: Cpp
|
||||
Standard: Cpp14
|
||||
Standard: Cpp11
|
||||
|
||||
IndentWidth: 4
|
||||
SpacesBeforeTrailingComments: 1
|
||||
|
||||
Reference in New Issue
Block a user