From f2d137b17add5d2014417435cae7fa9ce4b65c44 Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind <git@aiyionpri.me> Date: Fri, 16 Dec 2022 19:37:13 +0100 Subject: [PATCH] editorconfig: add exceptions for Makefiles - [*.mk] - [Makefile] OpenWrt and Gluon use spaces for a better overview, tabs are used for `make` to mark recipes as such. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 64497f3ac..43b19cec9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -35,6 +35,9 @@ indent_size = 2 [*.lua] +[{Makefile,*.mk}] +indent_style = unset + [*.md] indent_style = space indent_size = 4 -- GitLab