mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Style: Prevent clang-format on JS code
This commit is contained in:
parent
f44ee891be
commit
39114178a0
4 changed files with 122 additions and 89 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue