Files
ox_lib/.editorconfig

18 lines
299 B
INI
Raw Normal View History

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