From 346464ac1cc1df4a6e5fcb5960f2209a124e314b Mon Sep 17 00:00:00 2001
From: SerekKiri <kacper.potyrala@gmail.com>
Date: Wed, 24 Oct 2018 17:22:36 +0200
Subject: [PATCH] .coafile: Adds markdown file extension to whitespace
 consistency rule

Adds markdown file extension for SpaceConsistencyBear in .coafile.

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