mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Add new properties to formatter requests (#3067)
This commit is contained in:
@@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user