Style: Prevent clang-format on JS code
(cherry picked from commit 39114178a0)
This commit is contained in:
@ -181,6 +181,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
|
||||
//mount persistent filesystem
|
||||
/* clang-format off */
|
||||
EM_ASM(
|
||||
FS.mkdir('/userfs');
|
||||
FS.mount(IDBFS, {}, '/userfs');
|
||||
@ -198,6 +199,7 @@ int main(int argc, char *argv[]) {
|
||||
});
|
||||
|
||||
);
|
||||
/* clang-format on */
|
||||
|
||||
glutMainLoop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user