mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
suggested config for editors based on PR #2919
using .editorconfig as source at base branch
This commit is contained in:
parent
63b42a1284
commit
e2bf940c22
1 changed files with 13 additions and 0 deletions
13
v2-community/.editorconfig
Normal file
13
v2-community/.editorconfig
Normal file
|
@ -0,0 +1,13 @@
|
|||
# http://editorconfig.org
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = crlf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue