Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Long <brendan@arena.io>2017-07-25 17:13:11 +0300
committerBrendan Long <brendan@arena.io>2017-07-25 17:13:11 +0300
commit8f766951a20afec4a93e0d2627aed3b640f643fe (patch)
treeff2aa04feaf08fc9d9e9e822a589035b3d4a0595 /uncrustify.cfg
parent7a590640d22f3bd7b4bffef8c86a4054a13d532a (diff)
Revert "Add uncrustify config and fix indentation"
This reverts commit ef1719f31bc83a73e6308e226ccae6359273bb8b. Uncrustify wants to add spaces around ? even in type signatures, so I'm undoing this to avoid that annoyance.
Diffstat (limited to 'uncrustify.cfg')
-rw-r--r--uncrustify.cfg18
1 files changed, 0 insertions, 18 deletions
diff --git a/uncrustify.cfg b/uncrustify.cfg
deleted file mode 100644
index 98b8dbf4..00000000
--- a/uncrustify.cfg
+++ /dev/null
@@ -1,18 +0,0 @@
-# Uncrustify-0.65-106-95188777
-input_tab_size = 4
-output_tab_size = 4
-utf8_bom = remove
-utf8_force = true
-sp_arith = add
-sp_assign = add
-sp_bool = add
-sp_inside_paren = remove
-sp_after_comma = add
-indent_columns = 4
-indent_namespace = true
-indent_extern = true
-indent_class = true
-nl_max = 2
-# option(s) with 'not default' value: 14
-#
-