From 5585179af0fd5ab605e58d7dbebf44ca976f191a Mon Sep 17 00:00:00 2001 From: Resi Respati Date: Thu, 11 Oct 2018 03:14:30 +0700 Subject: [PATCH] fixed markdown pretterrc --- .prettierrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.prettierrc b/.prettierrc index 8332cb1..7f60e01 100644 --- a/.prettierrc +++ b/.prettierrc @@ -17,6 +17,12 @@ "options": { "tabWidth": 2 } + }, + { + "files": "*.md", + "options": { + "tabWidth": 2 + } } ] }