diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-29 19:32:50 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-29 19:32:50 +0100 |
commit | f2254f8ff19bc4268ed70245926f800342bbac40 (patch) | |
tree | 271a0e62f2dbeccf09be1b01e4260aa3482c4105 /after/plugin/conform.lua | |
parent | b51afe268a6015ce31cf9162545411dd9fce93ad (diff) |
checkpoint
Diffstat (limited to 'after/plugin/conform.lua')
-rw-r--r-- | after/plugin/conform.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/after/plugin/conform.lua b/after/plugin/conform.lua index 3d2deed..7a8bbce 100644 --- a/after/plugin/conform.lua +++ b/after/plugin/conform.lua @@ -24,6 +24,8 @@ conform.formatters["clang-format"] = { .. "AllowShortIfStatementsOnASingleLine: true, " .. "AllowShortLoopsOnASingleLine: true, " .. "AllowAllArgumentsOnNextLine: true, " + .. "AllowShortCaseLabelsOnASingleLine: true, " + .. "BreakAfterReturnType: AllDefinitions, " .. "ColumnLimit: " .. vim.o.tw .. "}", |