Skip to content

Commit c823416

Browse files
authored
docs(README): add formatting capabilities for OpenAPI documents (#17)
Closes #16
1 parent 322146d commit c823416

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,14 @@ These are the current high-level element types recognized by the semantic engine
229229
| `security-scheme` | `server` | `server-variable` |
230230
| `swagger` | `tag` | `xml` |
231231

232+
### Formatting
233+
234+
SpecLynx OpenAPI Toolkit is capable of formatting your OpenAPI Documents, whether they are written
235+
in JSON or YAML. Formatting preferences, like `tabSize` or whether to use tabs or spaces (`insertSpaces`)
236+
are read directly from your VSCode settings.
237+
238+
![JSON/YAML Formatting](https://github.com/user-attachments/assets/06f21516-7380-4e47-ac77-31a515cd1885)
239+
232240

233241
### Preview
234242

0 commit comments

Comments
 (0)