mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
e2bf940c22
using .editorconfig as source at base branch
13 lines
178 B
INI
13 lines
178 B
INI
# 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
|
|
|
|
|