diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-07 15:27:41 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-07 15:27:41 -0500 |
commit | 05a87bb0eb20345694a09c9e5e5930028c0c0339 (patch) | |
tree | 287089ea163d8af55a2c0d3f132fa118ee73091e /clang-format.org | |
parent | 24ed1e1e952716d06d994f383d7e92661cf362a9 (diff) |
start installing config files
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 |