From 7ae516721c6301679e606e64592ce94b4b0807ca Mon Sep 17 00:00:00 2001 From: nuxencs <47067662+nuxencs@users.noreply.github.com> Date: Sun, 24 Jul 2022 20:01:28 +0200 Subject: [PATCH] Updated: moved .editorconfig moved .editorconfig from their separate folders to their parent folder. --- docs/json/{sonarr => }/.editorconfig | 0 docs/json/radarr/.editorconfig | 11 ----------- 2 files changed, 11 deletions(-) rename docs/json/{sonarr => }/.editorconfig (100%) delete mode 100644 docs/json/radarr/.editorconfig diff --git a/docs/json/sonarr/.editorconfig b/docs/json/.editorconfig similarity index 100% rename from docs/json/sonarr/.editorconfig rename to docs/json/.editorconfig diff --git a/docs/json/radarr/.editorconfig b/docs/json/radarr/.editorconfig deleted file mode 100644 index 76ea91c4a..000000000 --- a/docs/json/radarr/.editorconfig +++ /dev/null @@ -1,11 +0,0 @@ -# EditorConfig is awesome: https://EditorConfig.org - -# top-most EditorConfig file -root = false - -[*.json] -indent_style = space -indent_size = 2 -charset = utf-8 -trim_trailing_whitespace = true -#insert_final_newline = true