Skip to content

Commit e2bf940

Browse files
author
Jeremy Bass
committed
suggested config for editors based on PR phaserjs#2919
using .editorconfig as source at base branch
1 parent 63b42a1 commit e2bf940

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

v2-community/.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# http://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
indent_style = space
8+
indent_size = 4
9+
end_of_line = crlf
10+
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
13+

0 commit comments

Comments
 (0)