More 10x editor config and it replaced my skull emoji (no utf8)

main
Cameron Murphy Reikes 12 months ago
parent ba450a4e73
commit 6790de0979

@ -8,7 +8,7 @@
<ShowEmptyFolders>true</ShowEmptyFolders>
<IsVirtual>false</IsVirtual>
<IsFolder>false</IsFolder>
<BuildCommand>run_remedy build_desktop_debug.bat codegen</BuildCommand>
<BuildCommand>remedybg.exe stop-debugging &amp;&amp; build_desktop_debug.bat codegen</BuildCommand>
<RebuildCommand></RebuildCommand>
<BuildFileCommand></BuildFileCommand>
<CleanCommand></CleanCommand>
@ -16,7 +16,7 @@
<CancelBuild></CancelBuild>
<RunCommand></RunCommand>
<RunCommandWorkingDirectory></RunCommandWorkingDirectory>
<DebugCommand></DebugCommand>
<DebugCommand>remedybg.exe start-debugging</DebugCommand>
<ExePathCommand></ExePathCommand>
<DebugSln></DebugSln>
<UseVisualStudioEnvBat>true</UseVisualStudioEnvBat>

@ -54,7 +54,7 @@ typedef struct WebArena
char *data;
size_t cap;
size_t pos;
size_t align; // pls 💀
size_t align; // pls
} WebArena;
static bool next_arena_big = false;

Loading…
Cancel
Save