vault backup: 2025-09-05 15:41:35
This commit is contained in:
+10
-4
@@ -4,7 +4,7 @@
|
||||
"enabled": false
|
||||
},
|
||||
"dedupe-yaml-array-values": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"dedupe-alias-key": true,
|
||||
"dedupe-tag-key": true,
|
||||
"dedupe-array-keys": true,
|
||||
@@ -19,7 +19,7 @@
|
||||
"force-yaml-escape-keys": ""
|
||||
},
|
||||
"format-tags-in-yaml": {
|
||||
"enabled": false
|
||||
"enabled": true
|
||||
},
|
||||
"format-yaml-array": {
|
||||
"enabled": false,
|
||||
@@ -32,7 +32,7 @@
|
||||
},
|
||||
"insert-yaml-attributes": {
|
||||
"enabled": true,
|
||||
"text-to-insert": "id:\naliases: \ntags: "
|
||||
"text-to-insert": "id:\naliases: []\ntags: []"
|
||||
},
|
||||
"move-tags-to-yaml": {
|
||||
"enabled": false,
|
||||
@@ -280,7 +280,13 @@
|
||||
"filesToIgnore": [],
|
||||
"linterLocale": "system-default",
|
||||
"logLevel": "ERROR",
|
||||
"lintCommands": [],
|
||||
"lintCommands": [
|
||||
{
|
||||
"id": "",
|
||||
"name": "",
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"customRegexes": [],
|
||||
"commonStyles": {
|
||||
"aliasArrayStyle": "multi-line",
|
||||
|
||||
Reference in New Issue
Block a user