[tali/sils/coala1: 1/2] Add coala configuration



commit 826b1f2a49eb2b9b18a7c016676c6bf99feaf696
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date:   Mon Aug 15 11:54:19 2016 +0200

    Add coala configuration

 .coafile |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/.coafile b/.coafile
new file mode 100644
index 0000000..2b17a9c
--- /dev/null
+++ b/.coafile
@@ -0,0 +1,28 @@
+[Default]
+bears = coalaBear, InvalidLinkBear, FilenameBear, LineCountBear
+files = **.h, **.xml, **.ui, **.c, **.h
+max_lines_per_file = 1000
+
+[automake]
+files = **.am
+bears = SpaceConsistencyBear
+use_spaces = nope
+tab_width = 8
+
+default_actions = *: ApplyPatchAction
+
+[xml]
+bears = SpaceConsistencyBear
+files = **.xml, **.ui
+use_spaces = yeah
+tab_width = 8
+
+default_actions = *: ApplyPatchAction
+
+[c]
+bears = GNUIndentBear, CSecurityBear, ClangComplexityBear, SpaceConsistencyBear
+files = **.c, **.h
+use_spaces = yeah
+tab_width = 8
+
+default_actions = Space*: ApplyPatchAction


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]