Documentation
Settings
Configure Skiv with a UI or a JSON file.
Settings live in skiv.config.json. Edit them through the settings UI, or open the file directly for full control.
Editing settings
json
{
"editor": {
"fontSize": 13,
"tabSize": 2,
"formatOnSave": true
}
}Scopes
Global settings apply everywhere; a skiv.config.json inside a project overrides them for that workspace only.