initial commit
This commit is contained in:
15
Packages/Pretty YAML Node/Pretty YAML Node.sublime-settings
Normal file
15
Packages/Pretty YAML Node/Pretty YAML Node.sublime-settings
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user