From f5fc3d51b9a57e041528c28665d64a37bf2e3913 Mon Sep 17 00:00:00 2001 From: Chris Thoburn Date: Fri, 24 Feb 2023 19:16:23 -0800 Subject: [PATCH] fix newlines --- .editorconfig | 2 +- tests/adapter-encapsulation/.editorconfig | 20 -------------------- tests/debug-encapsulation/.editorconfig | 20 -------------------- tests/fastboot/.editorconfig | 20 -------------------- tests/json-api-encapsulation/.editorconfig | 20 -------------------- tests/model-encapsulation/.editorconfig | 20 -------------------- tests/serializer-encapsulation/.editorconfig | 20 -------------------- 7 files changed, 1 insertion(+), 121 deletions(-) delete mode 100644 tests/adapter-encapsulation/.editorconfig delete mode 100644 tests/debug-encapsulation/.editorconfig delete mode 100644 tests/fastboot/.editorconfig delete mode 100644 tests/json-api-encapsulation/.editorconfig delete mode 100644 tests/model-encapsulation/.editorconfig delete mode 100644 tests/serializer-encapsulation/.editorconfig diff --git a/.editorconfig b/.editorconfig index 219985c2289..3f308c4ecac 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ insert_final_newline = true indent_style = space indent_size = 2 -[*.hbs] +[*.{hbs,json}] insert_final_newline = false [*.{diff,md}] diff --git a/tests/adapter-encapsulation/.editorconfig b/tests/adapter-encapsulation/.editorconfig deleted file mode 100644 index 219985c2289..00000000000 --- a/tests/adapter-encapsulation/.editorconfig +++ /dev/null @@ -1,20 +0,0 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org - -root = true - - -[*] -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true -indent_style = space -indent_size = 2 - -[*.hbs] -insert_final_newline = false - -[*.{diff,md}] -trim_trailing_whitespace = false diff --git a/tests/debug-encapsulation/.editorconfig b/tests/debug-encapsulation/.editorconfig deleted file mode 100644 index 219985c2289..00000000000 --- a/tests/debug-encapsulation/.editorconfig +++ /dev/null @@ -1,20 +0,0 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org - -root = true - - -[*] -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true -indent_style = space -indent_size = 2 - -[*.hbs] -insert_final_newline = false - -[*.{diff,md}] -trim_trailing_whitespace = false diff --git a/tests/fastboot/.editorconfig b/tests/fastboot/.editorconfig deleted file mode 100644 index 219985c2289..00000000000 --- a/tests/fastboot/.editorconfig +++ /dev/null @@ -1,20 +0,0 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org - -root = true - - -[*] -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true -indent_style = space -indent_size = 2 - -[*.hbs] -insert_final_newline = false - -[*.{diff,md}] -trim_trailing_whitespace = false diff --git a/tests/json-api-encapsulation/.editorconfig b/tests/json-api-encapsulation/.editorconfig deleted file mode 100644 index 219985c2289..00000000000 --- a/tests/json-api-encapsulation/.editorconfig +++ /dev/null @@ -1,20 +0,0 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org - -root = true - - -[*] -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true -indent_style = space -indent_size = 2 - -[*.hbs] -insert_final_newline = false - -[*.{diff,md}] -trim_trailing_whitespace = false diff --git a/tests/model-encapsulation/.editorconfig b/tests/model-encapsulation/.editorconfig deleted file mode 100644 index 219985c2289..00000000000 --- a/tests/model-encapsulation/.editorconfig +++ /dev/null @@ -1,20 +0,0 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org - -root = true - - -[*] -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true -indent_style = space -indent_size = 2 - -[*.hbs] -insert_final_newline = false - -[*.{diff,md}] -trim_trailing_whitespace = false diff --git a/tests/serializer-encapsulation/.editorconfig b/tests/serializer-encapsulation/.editorconfig deleted file mode 100644 index 219985c2289..00000000000 --- a/tests/serializer-encapsulation/.editorconfig +++ /dev/null @@ -1,20 +0,0 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org - -root = true - - -[*] -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true -indent_style = space -indent_size = 2 - -[*.hbs] -insert_final_newline = false - -[*.{diff,md}] -trim_trailing_whitespace = false