aboutsummaryrefslogtreecommitdiff
path: root/clang-format.org
blob: 6c38b3b24cef04507da733c1e12f868840c4eeff (plain)
1
2
3
4
5
6
7
8
9
#+title: Clang-Format Settings
Use a style similar to Linux kernel style (but with 4-wide indents and spaces over tabs).
#+begin_src yaml :tangle ~/.clang-format
BasedOnStyle: LLVM
IndentWidth: 4
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
#+end_src