mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
17 lines
295 B
INI
17 lines
295 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = false
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
indent_size = 2
|
|
indent_style = space
|
|
max_line_length = 120
|
|
|
|
[*.lua]
|
|
indent_size = 4
|
|
indent_style = tab |