Add SpaceConsistencyBear 91/4091/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 4 Mar 2017 18:25:21 +0000 (13:25 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 4 Mar 2017 18:26:38 +0000 (13:26 -0500)
Enforce spaces instead of tabs and 4 space indents.

Change-Id: I0e977f5206ebbb3f9962c463e4ddf23bb767c5ae
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.coafile

index 63256b1..a22d3ff 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -1,3 +1,11 @@
+[default]
+bears = SpaceConsistencyBear
+files = shell/*
+allow_trailing_whitespace = False
+enforce_newline_at_EOF = True
+indent_size = 4
+use_spaces = yeah
+
 [ShellCheck]
 bears = ShellCheckBear
 files = shell/*