From d52d1588f4440f804a56e591ef07db4add1337bd Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Wed, 10 Aug 2022 08:53:19 -0500 Subject: [PATCH] chore: Move .editorconfig to the repo root It doesn't exist yet as of this commit, but a set of new JSON files will be placed at the root of the repo and the editor config file is needed at the root of the repo to ensure proper formatting of those JSON files. --- docs/json/.editorconfig => .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/json/.editorconfig => .editorconfig (94%) diff --git a/docs/json/.editorconfig b/.editorconfig similarity index 94% rename from docs/json/.editorconfig rename to .editorconfig index e609a5f64..11bd79db4 100644 --- a/docs/json/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ # EditorConfig is awesome: https://EditorConfig.org # top-most EditorConfig file -root = false +root = true [*.json] indent_style = space