mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-09 08:50:29 +00:00
4c8f8c5f9e
- Remove multi-version project. I wish I could make this work, but I don't think it's feasible right now. - Add 1.19.x (well, 1.19.4) and 1.20.x. - Use publish instead of uploadAll for publishing.
20 lines
387 B
INI
20 lines
387 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
ij_continuation_indent_size = 4
|
|
|
|
ij_kotlin_allow_trailing_comma = true
|
|
ij_kotlin_allow_trailing_comma_on_call_site = true
|
|
ij_kotlin_method_parameters_wrap = off
|
|
ij_kotlin_call_parameters_wrap = off
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|