From 3c60cf7a63f7b89b4a6adb7f2195d68a1a2d82ce Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Date: Sat, 25 Apr 2015 19:10:32 +0530 Subject: [PATCH] Add editorconfig for Makefile, it must always use tab --- .editorconfig | 3 +++ {{cookiecutter.repo_name}}/.editorconfig | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index 058a363f..ac3f99e2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,6 @@ indent_size = 4 [*.yml] indent_style = space indent_size = 2 + +[Makefile] +indent_style = tab diff --git a/{{cookiecutter.repo_name}}/.editorconfig b/{{cookiecutter.repo_name}}/.editorconfig index 058a363f..ac3f99e2 100644 --- a/{{cookiecutter.repo_name}}/.editorconfig +++ b/{{cookiecutter.repo_name}}/.editorconfig @@ -15,3 +15,6 @@ indent_size = 4 [*.yml] indent_style = space indent_size = 2 + +[Makefile] +indent_style = tab