From b09789958501538373b1f1cbad6112fdc1d149d4 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 25 Jul 2015 06:06:57 +0200 Subject: o Reformatting with uncrustify. --- uncrustify.cfg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 uncrustify.cfg (limited to 'uncrustify.cfg') diff --git a/uncrustify.cfg b/uncrustify.cfg new file mode 100644 index 0000000..ec393b0 --- /dev/null +++ b/uncrustify.cfg @@ -0,0 +1,18 @@ +# http://uncrustify.sourceforge.net/config.txt + +indent_columns = 2 +indent_continue = 4 +indent_with_tabs = 0 +indent_class = True + +indent_switch_case = 0 + +align_var_struct_span = 1 + +sp_before_sparen = add +sp_sparen_brace = add + +sp_before_byref = add +sp_after_byref = remove + +align_assign_span = 2 -- cgit v1.2.3