From a3c23b0b660842f3cb31264437698caea32ae7b3 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 31 Oct 2015 17:22:27 +0900 Subject: [PATCH] Add properties for js files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index af4a1ac..d2da821 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,6 @@ max_line_length = 80 [*.c] indent_size = 4 + +[*.js] +indent_size = 2