mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-12-02 12:06:53 -05:00
17 lines
194 B
INI
17 lines
194 B
INI
|
# Editorconfig
|
||
|
|
||
|
root = true
|
||
|
|
||
|
[*]
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
charset = utf-8
|
||
|
|
||
|
[*.js]
|
||
|
indent_style = space
|
||
|
indent_size = 4
|
||
|
|
||
|
[{package.json}]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|