From e79bd1baca0d8763b9a58fda686abf7fe36fe108 Mon Sep 17 00:00:00 2001 From: Juhani Krekelä Date: Sun, 16 Feb 2025 01:17:26 +0200 Subject: Apply .editorconfig indent settings to all .py files As all of the code was originally in a file named "later", the Python indentation settings in .editorconfig were hardcoded to only apply to it. Since the code is now split into several .py files, change the indentation settings to apply to .py files generally. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ba8334d..17c6ba2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true insert_final_newline = true trim_trailing_whitespace = true -[later] +[*.py] indent_size = 4 indent_style = space -- cgit v1.2.3-2-gb3c3