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.
pull/705/head
Robert Dailey 2 years ago
parent 878afc9c6d
commit d52d1588f4

@ -1,7 +1,7 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = false
root = true
[*.json]
indent_style = space
Loading…
Cancel
Save