From acfa264b6d1e9d41f150649acd3e3699df5dbe9f Mon Sep 17 00:00:00 2001 From: Lionel Bijaoui Date: Mon, 8 Aug 2016 11:30:38 +0200 Subject: [PATCH] fix: add a .jsbeautify to help with linting --- .jsbeautifyrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .jsbeautifyrc diff --git a/.jsbeautifyrc b/.jsbeautifyrc new file mode 100644 index 00000000..71c7efbf --- /dev/null +++ b/.jsbeautifyrc @@ -0,0 +1,6 @@ +{ + "html": { + "indent_char": "\t", + "indent_size": 1 + } +} \ No newline at end of file