joy/.editorconfig
2025-03-12 00:24:31 -07:00

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