Style: Prevent clang-format on JS code

(cherry picked from commit 39114178a0)
This commit is contained in:
Rémi Verschelde 2017-01-15 20:00:04 +01:00
parent dbf0137576
commit 2d479aa0c6
4 changed files with 293 additions and 91 deletions

View file

@ -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();