Browse Source

commit missing .clang-format

master
Michael Stapelberg 10 years ago
parent
commit
8156de120a
  1. 10
      .clang-format

10
.clang-format

@ -0,0 +1,10 @@
BasedOnStyle: google
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortBlocksOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
IndentWidth: 4
PointerBindsToType: false
ColumnLimit: 0
SpaceBeforeParens: ControlStatements
Loading…
Cancel
Save