diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-16 21:57:25 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-16 21:57:25 -0600 |
commit | 530ee85037375106652e51a23cf05deb2a5ad1d9 (patch) | |
tree | 4a21d65794d16330c3b24e014e21779d988bbd2b /common/.clang-format.org | |
parent | ad9cf5cf9e45d1c9daaa386dcb0eff00f3e20cfd (diff) |
remove unused configs
Diffstat (limited to 'common/.clang-format.org')
-rw-r--r-- | common/.clang-format.org | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/.clang-format.org b/common/.clang-format.org deleted file mode 100644 index 6c38b3b..0000000 --- a/common/.clang-format.org +++ /dev/null @@ -1,9 +0,0 @@ -#+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 |