mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-22 12:16:26 +00:00
[Misc] add .editorconfig (#5246)
* add .editorconfig * add .js files to editorconfig, fix insert_final_newline * Remove stray .editorconfig in src/tests
This commit is contained in:
parent
3f71f79d7b
commit
45f4bf3f13
12
.editorconfig
Normal file
12
.editorconfig
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# EditorConfig is awesome: https://EditorConfig.org
|
||||||
|
|
||||||
|
# top-most EditorConfig file
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[src/*.{js,ts}]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
Loading…
x
Reference in New Issue
Block a user