mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 14:54:42 +01:00

- added train location info to /create trains and the crash messages - added command to teleport players to a train - set default keybind of rotation menu to unbound
21 lines
451 B
INI
21 lines
451 B
INI
# http://editorconfig.org
|
|
#root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.json]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.java]
|
|
indent_style = tab
|
|
ij_continuation_indent_size = 4
|
|
ij_java_class_count_to_use_import_on_demand = 99
|
|
ij_java_names_count_to_use_import_on_demand = 99
|
|
ij_java_imports_layout = $*,|,java.**,|,javax.**,|,org.**,|,com.**,|,*
|