HexManiacAdvance/.editorconfig
Benjamin Popp 58344f4631 'Add page' for compressed sprites/palettes
Existing images sometimes include multiple sprites/palettes within the same compressed data. Example: Castform. Make it possible to add extra pages through the tool.
2020-06-22 22:36:54 -05:00

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