From bc5a40ba20939ed5ed5fa3d8f1603fffcd7444d5 Mon Sep 17 00:00:00 2001 From: Macide Celik Date: Sun, 27 Oct 2019 13:49:23 +0300 Subject: [PATCH] Delete .editorconfig --- .editorconfig | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index b50059bb..00000000 --- a/.editorconfig +++ /dev/null @@ -1,14 +0,0 @@ -# top-most EditorConfig file -root = true - -[*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true -indent_style = space -indent_size = 4 - -[{package.json,.travis.yml,nightwatch.json}] -indent_style = space -indent_size = 2