node-minecraft-protocol/.editorconfig
2015-05-14 22:03:43 +02:00

16 lines
194 B
INI

# Editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.js]
indent_style = space
indent_size = 2
[{package.json}]
indent_style = space
indent_size = 2