mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-03-21 17:34:13 -05:00
Existing images sometimes include multiple sprites/palettes within the same compressed data. Example: Castform. Make it possible to add extra pages through the tool.
15 lines
238 B
INI
15 lines
238 B
INI
|
|
root = true
|
|
|
|
[*.cs]
|
|
indent_style = space
|
|
indent_size = 3
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
csharp_new_line_before_open_brace = none
|
|
|
|
[*.xaml]
|
|
indent_style = space
|
|
indent_size = 3
|
|
trim_trailing_whitespace = true
|