mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:43:12 +00:00
e402687988
## Description: Add prettier-plugin-sh to format shell files. ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors --------- Co-authored-by: Scott Anderson <662325+scottanderson@users.noreply.github.com>
13 lines
191 B
INI
13 lines
191 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
|
|
[*.sh]
|
|
indent_size = 4
|