From 5816577a150c77c028f9dc4cc88c67082524f8c0 Mon Sep 17 00:00:00 2001 From: David Crespo Date: Wed, 19 Jul 2023 11:52:45 -0500 Subject: [PATCH] remove .editorconfig --- .editorconfig | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 6e87a003d..000000000 --- a/.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -# Editor configuration, see http://editorconfig.org -root = true - -[*] -charset = utf-8 -indent_style = space -indent_size = 2 -insert_final_newline = true -trim_trailing_whitespace = true - -[*.md] -max_line_length = off -trim_trailing_whitespace = false