mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2025-02-21 06:40:54 +00:00
Add editorconfig
This commit is contained in:
parent
7c4c7329be
commit
bc0a533d36
16
.editorconfig
Normal file
16
.editorconfig
Normal file
@ -0,0 +1,16 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
insert_final_newline = true
|
||||
end_of_line = lf
|
||||
|
||||
[{*.js, *.json}]
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.js]
|
||||
indent_style = tab
|
||||
|
||||
[*.json]
|
||||
indent_style = space
|
||||
tab_width = 4
|
Loading…
x
Reference in New Issue
Block a user