phaser/v2-community/.editorconfig
Jeremy Bass e2bf940c22 suggested config for editors based on PR #2919
using .editorconfig as source at base branch
2016-12-12 21:27:39 -08:00

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