mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-18 13:26:26 +00:00
e2f54e29fa
The tsserver lsp doesn't seem to work well with .editorconfig. Using prettierrc will allow formatting to work correctly with editor plugins This also updates editorconfig to work well with json Change-type: patch
17 lines
242 B
INI
17 lines
242 B
INI
# editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.{json,yml}]
|
|
indent_style = space
|
|
indent_size = 2
|