diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-27 16:21:02 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-27 16:21:02 +0100 |
commit | b51afe268a6015ce31cf9162545411dd9fce93ad (patch) | |
tree | 0773b31d812fa552aca5834918e7e5a81f2f0eae /after/plugin/conform.lua | |
parent | a33f663f2998135b0e42e1bdfb8b172242c04424 (diff) |
checkpoint
Diffstat (limited to 'after/plugin/conform.lua')
-rw-r--r-- | after/plugin/conform.lua | 4 |
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 .. "}", |