From 9105df77fb382e1d4f90f032384e1864ec835ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondr=CC=8Cej=20Ny=CC=81vlt?= Date: Wed, 16 Aug 2023 23:01:31 +0200 Subject: [PATCH] Update editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e6d4a33..6757a0e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,10 +6,10 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -[*.{html,py}] +[*.py] indent_style = tab indent_size = 4 -[*.html] +[*.{html,css}] indent_style = tab indent_size = 2