Scripts/resources/[qb]/qb-core/.editorconfig
2024-12-29 21:06:22 +01:00

15 lines
181 B
INI

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