From 74148334af3793abc87c0ab91575c15c3a4eec55 Mon Sep 17 00:00:00 2001 From: SerekKiri Date: Wed, 24 Oct 2018 17:22:36 +0200 Subject: [PATCH] .coafile: Added .md file extension Closes https://github.com/coala/projects/issues/529 --- .coafile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coafile b/.coafile index 1d43ba98..c83fe742 100644 --- a/.coafile +++ b/.coafile @@ -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