From 8bbd3c8da523ed85282257f14934b69f0e7a4a80 Mon Sep 17 00:00:00 2001 From: syropiatovvv Date: Fri, 19 Sep 2025 01:19:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.editorconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 10 ++++++++++ eda/.editorconfig | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 .editorconfig create mode 100644 eda/.editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5635f59 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +charset = utf-8 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.py] +indent_size = 4 +indent_style = space diff --git a/eda/.editorconfig b/eda/.editorconfig new file mode 100644 index 0000000..1ba983e --- /dev/null +++ b/eda/.editorconfig @@ -0,0 +1,5 @@ +[*.py] +insert_final_newline = unset +trim_trailing_whitespace = unset +indent_size = unset +indent_style = unset