From e130d9927e096540eab3dc16228b04b01dec0965 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Tue, 18 Nov 2014 12:05:06 -0700 Subject: [PATCH] Add more file definitions to .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e960a94cd..dbd97a11b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ root = true end_of_line = lf insert_final_newline = true -[*.json] +[{Dockerfile,*.json,*.sh}] indent_style = space indent_size = 2