Based on StefanOltmann/mines (AGPL-3.0): flat-top hex grid, configurable board size, and a mine-count slider replacing fixed difficulty presets. Co-authored-by: Cursor <[email protected]>
27 lines
549 B
INI
27 lines
549 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
max_line_length = 120
|
|
tab_width = 4
|
|
trim_trailing_whitespace = true
|
|
ij_continuation_indent_size = 4
|
|
ij_formatter_off_tag = @formatter:off
|
|
ij_formatter_on_tag = @formatter:on
|
|
ij_formatter_tags_enabled = true
|
|
ij_smart_tabs = false
|
|
ij_wrap_on_typing = false
|
|
ij_visual_guides = 100, 110, 120
|
|
|
|
[{*.js,*.yml,*.json,gradlew}]
|
|
indent_size = 2
|
|
|
|
[{*.yml,*.md,*.txt}]
|
|
trim_trailing_whitespace = false
|
|
max_line_length = off
|
|
ij_visual_guides = 80
|