From ee3cbb1a011c898c1b1c981a968a95504fd58bfd Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 20 Oct 2020 13:12:31 +0200 Subject: [PATCH] .editorconfig more filetype specifics --- .editorconfig | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 159f286..45d1dfb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,4 +16,15 @@ indent_brace_style = K&R curly_bracket_next_line = false spaces_around_operators = true spaces_around_brackets = true -quote_type = double + +[*.py] +indent_size = 4 + +[Makefile] +indent_style = tab + +[*.ini] +indent_size = 2 + +[*.cfg] +indent_size = 2