~williamvds/microlator

45851f20f8a6068e451baefb98c20cca794535b8 — williamvds 3 years ago 9966ef3
Add .clang-format
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
...