summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-19 12:57:48 +0200
committerQC <qball@gmpclient.org>2015-09-19 12:57:48 +0200
commitb18d68eff26429ed08d560b187c46770eb7db0b2 (patch)
tree854e74f44c678b18c09ebed872fd187b5a24cd9d /data
parent442e235c24fa33a499e51b4a2f7ff95fb4ab43ad (diff)
Adjust new editor width
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