summaryrefslogtreecommitdiff
path: root/after/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'after/plugin')
-rw-r--r--after/plugin/conform.lua2
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
.. "}",