mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Remove eol setting, let git handle it
This commit is contained in:
parent
3969d6e45a
commit
b3ee59b0bb
1 changed files with 12 additions and 13 deletions
|
@ -1,13 +1,12 @@
|
||||||
# http://editorconfig.org
|
# http://editorconfig.org
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
end_of_line = lf
|
charset = utf-8
|
||||||
charset = utf-8
|
trim_trailing_whitespace = true
|
||||||
trim_trailing_whitespace = true
|
insert_final_newline = true
|
||||||
insert_final_newline = true
|
|
||||||
|
[*.md]
|
||||||
[*.md]
|
trim_trailing_whitespace = false
|
||||||
trim_trailing_whitespace = false
|
|
||||||
|
|
Loading…
Reference in a new issue