From 9d5726e20776a3e52ebf2aba4884edcc26c92913 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 11 Apr 2023 02:31:52 +0200 Subject: .editorconfig: disable tab indentation for Python files --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index d9adece..e85ebec 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,10 @@ root = true [*] +indent_style = space +indent_size = 4 +insert_final_newline = true + +[*.{c,h,sql}] indent_style = tab indent_size = 8 -insert_final_newline = true -- cgit v1.2.3