Change formating script
This commit is contained in:
parent
25b1feb71d
commit
f4c572a2e6
@ -58,6 +58,7 @@ int main (void)
|
|||||||
lcd_putc(' ');
|
lcd_putc(' ');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lcd_puts_P(PSTR(" ")); /* Clear the end of the line */
|
lcd_puts_P(PSTR(" ")); /* Clear the end of the line */
|
||||||
lcd_goto(0x40); /* Got to the beginning of the next line */
|
lcd_goto(0x40); /* Got to the beginning of the next line */
|
||||||
|
|
||||||
|
@ -18,10 +18,8 @@ for FILE in "$@"
|
|||||||
do
|
do
|
||||||
RESULT="$(astyle --style=1tbs \
|
RESULT="$(astyle --style=1tbs \
|
||||||
--indent-col1-comments \
|
--indent-col1-comments \
|
||||||
--break-blocks \
|
|
||||||
--pad-oper \
|
--pad-oper \
|
||||||
--pad-header \
|
--pad-header \
|
||||||
--delete-empty-lines \
|
|
||||||
--add-brackets \
|
--add-brackets \
|
||||||
--convert-tabs \
|
--convert-tabs \
|
||||||
--max-code-length=80 \
|
--max-code-length=80 \
|
||||||
|
Loading…
Reference in New Issue
Block a user