mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-06-25 01:21:52 +02:00
17 lines
281 B
INI
17 lines
281 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
max_line_length = 120
|
|
tab_width = 2
|
|
trim_trailing_whitespace = true
|
|
|
|
[{*.markdown,*.md}]
|
|
trim_trailing_whitespace = false
|
|
|
|
[docs/**/*.md]
|
|
ij_formatter_enabled = false |