mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 00:43:46 +00:00
Style: Prevent clang-format on JS code
(cherry picked from commit 39114178a0
)
This commit is contained in:
parent
dbf0137576
commit
2d479aa0c6
4 changed files with 293 additions and 91 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue