From bcf293a8ad10271c92abb5df93ef953cd774ab16 Mon Sep 17 00:00:00 2001 From: alemidev Date: Wed, 6 Jul 2022 12:42:29 +0200 Subject: [PATCH] style: moved settings into globals --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 97c4bec..68dc435 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,10 +1,10 @@ # Unix-style newlines with a newline ending every file [*] +charset = utf-8 +indent_style = tab end_of_line = lf insert_final_newline = true [*.py] -charset = utf-8 -indent_style = tab indent_size = 4