Skip to content

Commit

Permalink
.coafile: Added .md file extension
Browse files Browse the repository at this point in the history
This commit fixed issue: coala#529 by adding .md extension to whitespace consistency rule.
  • Loading branch information
SerekKiri committed Oct 24, 2018
1 parent 352cae7 commit 6e83e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ file_naming_convention = kebab

[spacing]
bears = SpaceConsistencyBear
files = **.html, **.css, **.js, **.json
files = **.html, **.css, **.js, **.json, **.md
ignore = vendor/**, resources/vendors/**, _site/**
use_spaces = True

Expand Down

0 comments on commit 6e83e12

Please sign in to comment.