Files
ox_lib/.editorconfig
2024-01-20 17:29:36 +11:00

18 lines
299 B
INI

# 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