summaryrefslogtreecommitdiff
path: root/after
diff options
context:
space:
mode:
Diffstat (limited to 'after')
-rw-r--r--after/plugin/conform.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/after/plugin/conform.lua b/after/plugin/conform.lua
index 060a99c..3d2deed 100644
--- a/after/plugin/conform.lua
+++ b/after/plugin/conform.lua
@@ -20,6 +20,10 @@ conform.formatters["clang-format"] = {
.. "AlignAfterOpenBracket: BlockIndent, "
.. "AlignArrayOfStructures: Right, "
.. "BreakBeforeBraces: Linux, "
+ .. "PointerAlignment: Left,"
+ .. "AllowShortIfStatementsOnASingleLine: true, "
+ .. "AllowShortLoopsOnASingleLine: true, "
+ .. "AllowAllArgumentsOnNextLine: true, "
.. "ColumnLimit: "
.. vim.o.tw
.. "}",