mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-02 22:15:58 -04:00
23 lines
368 B
INI
23 lines
368 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
ij_any_keep_line_breaks = true
|
|
|
|
[{*.yml,*.yaml}]
|
|
indent_size = 2
|
|
|
|
[*.json]
|
|
indent_size = 2
|
|
ij_json_array_wrapping = normal
|
|
ij_json_object_wrapping = normal
|
|
ij_json_keep_blank_lines_in_code = 1
|
|
|
|
[*.bat]
|
|
end_of_line = crlf
|