node-minecraft-protocol/.editorconfig

17 lines
194 B
INI
Raw Normal View History

2015-02-22 12:58:42 -05:00
# Editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.js]
indent_style = space
2015-05-14 15:36:40 -04:00
indent_size = 2
2015-02-22 12:58:42 -05:00
[{package.json}]
indent_style = space
indent_size = 2