Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
81e0a3d
)
Add SpaceConsistencyBear
91/4091/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Sat, 4 Mar 2017 18:25:21 +0000
(13:25 -0500)
committer
Thanh 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
patch
|
blob
|
history
diff --git
a/.coafile
b/.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/*