mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-05-04 15:30:17 -05:00
d52d1588f4
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.
12 lines
217 B
INI
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
|