Initial Hex Mines fork with hex tiles and mine-count slider.
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]>
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
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
|
||||
Reference in New Issue
Block a user