Style: Prevent clang-format on JS code

This commit is contained in:
Rémi Verschelde 2017-01-15 20:00:04 +01:00
parent f44ee891be
commit 39114178a0
4 changed files with 122 additions and 89 deletions

View file

@ -178,6 +178,7 @@ int main(int argc, char *argv[]) {
//glutSpecialFunc(gears_special);
//mount persistent file system
/* clang-format off */
EM_ASM(
FS.mkdir('/userfs');
FS.mount(IDBFS, {}, '/userfs');
@ -196,6 +197,7 @@ int main(int argc, char *argv[]) {
}
});
);
/* clang-format on */
glutMainLoop();