mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 03:08:52 +00:00
64c99d111b
- Adding the .editorconfig file - Ensure there's a trailing comma - Ensure there's a space before parameter when declaring a function - Ensure there's no empty line before block declaration - Ensure 2 spaces is used to indentate
10 lines
147 B
INI
10 lines
147 B
INI
root = true
|
|
|
|
[*]
|
|
indent_size = 2
|
|
indent_style = space
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|