Add new properties to formatter requests (#3067)

This commit is contained in:
Headline
2021-10-28 05:46:41 -07:00
committed by GitHub
parent fdefae7a96
commit 909cac58a7

View File

@@ -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
}
```