1 files changed, 13 insertions(+), 0 deletions(-)
A .clang-format
A .clang-format => .clang-format +13 -0
@@ 0,0 1,13 @@
+---
+BasedOnStyle: LLVM
+IndentWidth: 8
+UseTab: Always
+ColumnLimit: 80
+---
+Language: Cpp
+DerivePointerAlignment: false
+PointerAlignment: Right
+AllowShortIfStatementsOnASingleLine: false
+IndentCaseLabels: false
+AccessModifierOffset: -8
+...