Browse Source

.clang-format: add json settings [skip ci]

Victor Seva 2 years ago
parent
commit
c2f12479de
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .clang-format

+ 3 - 1
.clang-format

@@ -1,4 +1,7 @@
 ---
+Language: Json
+BasedOnStyle: llvm
+---
 Language:        Cpp
 # BasedOnStyle:  LLVM
 AccessModifierOffset: -4
@@ -87,4 +90,3 @@ Standard:        Cpp11
 TabWidth:        4
 UseTab:          Always
 ...
-