Files
Guides/.editorconfig
T
Robert Dailey d52d1588f4 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.
2022-08-10 09:26:34 -05:00

12 lines
217 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*.json]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true