When pasting, making regions or formatting other code, the formatter will turn this:
static GUI_CONST_STORAGE unsigned char _acForward[] = {
________, ________, ________, ______X_,
________, ________, ________, ________,
______XX, ________, ________, ________,
________, ______XX, X_______, ________,
into
________,
________,
________,
…
or
0x00, 0x00,0x00,0x00, 0x00,0x00,0x00, 0x00,
into
0x00,
0x00,
0x00,
0x00,
…
Can I disable that somewhere?
-
This topic was modified 5 years, 5 months ago by jona.