12 lines
172 B
Bash
12 lines
172 B
Bash
# dictionaries/rougail/00-base.yml
|
|
|
|
```yaml
|
|
---
|
|
version: '1.1'
|
|
var:
|
|
description: autosave variable
|
|
auto_save: true
|
|
hidden: true
|
|
default: yes
|
|
mandatory: false
|
|
```
|