From b0c9d2c928f9a2436abcd9239c01539dc01715c5 Mon Sep 17 00:00:00 2001 From: PuQing Date: Sun, 28 Jan 2024 20:18:27 +0800 Subject: [PATCH] Remove .editorconfig file --- .editorconfig | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index eb831fe..0000000 --- a/.editorconfig +++ /dev/null @@ -1,31 +0,0 @@ -root = true - -[*] -tab_width = 4 -end_of_line = lf -max_line_length = 88 -ij_visual_guides = 88 -insert_final_newline = true -trim_trailing_whitespace = true - -[*.{js,py,html}] -charset = utf-8 - -[*.md] -trim_trailing_whitespace = false - -[*.{yml,yaml}] -indent_style = space -indent_size = 2 - -[Makefile] -indent_style = tab - -[.flake8] -indent_style = space -indent_size = 2 - -[*.py] -indent_style = space -indent_size = 4 -ij_python_from_import_parentheses_force_if_multiline = true