aboutsummaryrefslogtreecommitdiff
path: root/nixos/clang-format.org
blob: c4bb4e760e0bdc8cacdeab6adb40c80156f1935b (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