mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
Create a temporary table and submit logs in a single batch after 500ms. Includes some micro-optimisation and a new convar to set logging service.
16 lines
276 B
INI
16 lines
276 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 |