aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/API.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/API.md b/docs/API.md
index dc85246de..a3eb36474 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -163,7 +163,9 @@ Formatters available can be found with `GET /api/formats`
```JSON
{
"source": "int main( ) {}",
- "base": "Google"
+ "base": "Google",
+ "useSpaces": false,
+ "tabWidth": 4
}
```