diff options
Diffstat (limited to 'clang-format.org')
-rw-r--r-- | clang-format.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-format.org b/clang-format.org index 66ebc8a..6c38b3b 100644 --- a/clang-format.org +++ b/clang-format.org @@ -1,6 +1,6 @@ #+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 +#+begin_src yaml :tangle ~/.clang-format BasedOnStyle: LLVM IndentWidth: 4 BreakBeforeBraces: Linux |