Explorar el Código

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

Victor Seva hace 2 años
padre
commit
c2f12479de
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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
 ...
-