Skip to content

Commit 346464a

Browse files
committed
.coafile: Adds markdown file extension to whitespace consistency rule
Adds markdown file extension for SpaceConsistencyBear in .coafile. Closes #529
1 parent 352cae7 commit 346464a

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
@@ -39,7 +39,7 @@ file_naming_convention = kebab
3939

4040
[spacing]
4141
bears = SpaceConsistencyBear
42-
files = **.html, **.css, **.js, **.json
42+
files = **.html, **.css, **.js, **.json, **.md
4343
ignore = vendor/**, resources/vendors/**, _site/**
4444
use_spaces = True
4545

0 commit comments

Comments
 (0)