Skip to content

Commit e14ac25

Browse files
committed
.coafile: Add .yaml to SpaceConsistency rule
Related to #31
1 parent 7203790 commit e14ac25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coafile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ignore = node_modules/**, bower_components/**, dist/**, tmp/**, .git/**
33

44
[all.SpaceConsistencyBear]
5-
files = **.js, **.json, **.yml, **.md
5+
files = **.js, **.json, **.yml, **.yaml, **.md
66
bears = SpaceConsistencyBear
77
use_spaces = true
88

0 commit comments

Comments
 (0)