summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKyle Martin <krm504@nyu.edu>2018-09-24 11:43:40 -0400
committerPeter LaFosse <peter@vector35.com>2018-10-05 14:46:17 -0400
commitc87982cd0ed583f4b8f371ef3f28792153864e1d (patch)
tree962cf264c6dbf84f14c3dbbfcc73e61000faacd1 /docs
parentc75d1b4f9d241e245d44841919300c099f2fb240 (diff)
Remove extraneous text
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 59695147..0fa6098a 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -280,12 +280,7 @@ Settings are stored in the _user_ directory in the file `settings.json`. Each to
| arch | x86.disassemblyFlavor | string | "BN_INTEL" | "BN_INTEL", "INTEL", or "AT&T" |
| arch | x86.disassemblySeperator | string | ", " | What to put between operands in disassembly tokens |
| arch | x86.disassemblyLowercase | bool | True | Lowercase opcodes, operands, and registers (False for uppercase) |
- "arch" :
- {
- // "x86.disassemblyFlavor" : "AT&T",
- // "x86.disassemblyFlavor" : "BN_INTEL",
- "x86.disassemblyLowercase" : true,
- "x86.disassemblySeperator" : ", "
+
Below is an example `settings.json` setting various options:
```
{