Disable clang-format for certain lines
This commit is contained in:
parent
42ca95f9d9
commit
eccdaeeaaa
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
char *argv[] = { "sh", 0 };
|
||||
|
||||
// clang-format off
|
||||
const char *banner =
|
||||
"\n $$\\ $$\\ $$$$$$\\\n"
|
||||
" $$ | $$ | $$ __$$\\ \n"
|
||||
|
@ -20,6 +21,7 @@ const char *banner =
|
|||
" $$ /\\$$\\ \\$$$ / $$ / $$ |\n"
|
||||
" $$ / $$ | \\$ / $$$$$$ |\n"
|
||||
" \\__| \\__| \\_/ \\______/\n\n";
|
||||
// clang-format on
|
||||
|
||||
int
|
||||
main(void)
|
||||
|
|
Loading…
Reference in a new issue