Scripts/resources/[qb]/qb-core/.editorconfig

15 lines
181 B
INI
Raw Permalink Normal View History

2024-12-29 20:06:22 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = false
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
[*.lua]
indent_size = 4
[*.js]
indent_size = 2