From 1dc6f0c911340e7f815adf1e38fd09fb2f4583ed Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Sun, 4 Aug 2019 16:36:59 -0400 Subject: [PATCH] Update editor config to handle Makefiles --- editorconfig/.editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editorconfig/.editorconfig b/editorconfig/.editorconfig index b661808..0aa9459 100644 --- a/editorconfig/.editorconfig +++ b/editorconfig/.editorconfig @@ -2,3 +2,6 @@ indent_style = space indent_size = 4 trim_trailing_whitespace = true + +[Makefile] +indent_style = tab