From: Thanh Ha Date: Sat, 4 Mar 2017 18:25:21 +0000 (-0500) Subject: Add SpaceConsistencyBear X-Git-Tag: v0.0.6~27 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F4091%2F1;p=releng%2Flftools.git Add SpaceConsistencyBear Enforce spaces instead of tabs and 4 space indents. Change-Id: I0e977f5206ebbb3f9962c463e4ddf23bb767c5ae Signed-off-by: Thanh Ha --- diff --git a/.coafile b/.coafile index 63256b14..a22d3ffb 100644 --- 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/*