From 914ec732af19a72614a44cbf23ee2c70f7b0d716 Mon Sep 17 00:00:00 2001 From: "Pavel \"LEdoian\" Turinsky" Date: Wed, 16 Nov 2022 01:37:40 +0100 Subject: [PATCH] =?UTF-8?q?CSS=20jsou=20pro=20=C3=BA=C4=8Dely=20editace=20?= =?UTF-8?q?asi=20v=C3=ADcem=C3=A9n=C4=9B=20python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 639d9791..e385fb3c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ charset = utf-8 end_of_line = lf insert_final_newline = true -[*.py] +[*.{py,css}] indent_style = tab # I do not think we prescribe, how big a tab is. indent_size = unset