Files
Sublime-Text/Packages/Pretty YAML Node/Pretty YAML Node.sublime-settings
2025-03-08 19:29:14 +01:00

16 lines
312 B
Plaintext

{
"use_entire_file_if_no_selection" : true,
"node_path": "/usr/bin/node",
"dumper_args": {
"lineWidth": 120,
"sortKeys": true,
"noArrayIndent": true,
"indent": 2,
"skipInvalid": false,
"flowLevel": -1,
"noRefs": false,
"noCompatMode": false,
"condenseFlow": false
}
}