You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
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