dotfiles/common/clang-format.org
Jacob Janzen f2f2c7c7e1 Revert "fix-paths"
This reverts commit 1b18fbaa58.
2024-08-10 12:01:43 -05:00

9 lines
298 B
Org Mode

#+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