Files
minecraft-bedrock-json-schemas/.editorconfig
DaanV2 1dc286e3da Added
2022-09-06 20:00:52 +02:00

13 lines
254 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
max_line_length = 120