From caaffcbdb8f53e2b8ff3f2eccd7315423aac79be Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 8 Jan 2020 17:24:37 +0100 Subject: [PATCH] Remove Dockerfile from config --- .editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index dbb8bf09..68bf01fa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,3 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 trim_trailing_whitespace = true - -[{Dockerfile}] -indent_style = tab -trim_trailing_whitespace = true