From e8800aa1cacdb9cb0236142aafbd9d151e943632 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Tue, 20 Nov 2018 23:16:01 +0100 Subject: [PATCH] Reformat tables. --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index fc2b56cc..6ea78e59 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,17 @@ ## Premake arguments -| Argument | Description | -| ------------- | ------------- | -| `--copy-to=PATH` | Optional, copy the DLL to a custom folder after build, define the path here if wanted. | -| `--copy-pdb` | Copy debug information for binaries as well to the path given via --copy-to. | -| `--ac-disable` | Disable anticheat. | -| `--ac-debug-detections` | Log anticheat detections. | -| `--ac-debug-load-library` | Log libraries that get loaded. | -| `--force-unit-tests` | Always compile unit tests. | +| Argument | Description | +|:----------------------------|:-----------------------------------------------| +| `--copy-to=PATH` | Optional, copy the DLL to a custom folder after build, define the path here if wanted. | +| `--copy-pdb` | Copy debug information for binaries as well to the path given via --copy-to. | +| `--ac-disable` | Disable anticheat. | +| `--ac-debug-detections` | Log anticheat detections. | +| `--ac-debug-load-library` | Log libraries that get loaded. | +| `--force-unit-tests` | Always compile unit tests. | | `--force-exception-handler` | Install custom unhandled exception handler even for Debug builds. | -| `--force-minidump-upload` | Upload minidumps even for Debug builds. | -| `--disable-bitmessage` | Disable use of BitMessage completely. | -| `--disable-base128` | Disable base128 encoding for minidumps. | -| `--no-new-structure` | Do not use new virtual path structure (separating headers and source files). | -| `--enable-dxsdk` | Enable DirectX SDK (required for GfxMap exporting). | +| `--force-minidump-upload` | Upload minidumps even for Debug builds. | +| `--disable-bitmessage` | Disable use of BitMessage completely. | +| `--disable-base128` | Disable base128 encoding for minidumps. | +| `--no-new-structure` | Do not use new virtual path structure (separating headers and source files). | +| `--enable-dxsdk` | Enable DirectX SDK (required for GfxMap exporting). |