summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/uncrustify.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/uncrustify.cfg b/data/uncrustify.cfg
index f5b7dbf9..8fc2b96e 100644
--- a/data/uncrustify.cfg
+++ b/data/uncrustify.cfg
@@ -1,7 +1,9 @@
#
# My favorite format
#
-code_width = 100
+code_width = 140
+nl_max = 2
+ls_func_split_full = True
indent_with_tabs = 0 # 1=indent to level only, 2=indent with tabs
input_tab_size = 8 # original tab size
output_tab_size = 4 # new tab size