refactor: Cleanup and stuff

This commit is contained in:
2026-04-05 21:35:11 -05:00
parent 04209e4b53
commit 821d7328c6
10 changed files with 53 additions and 39 deletions

View File

@@ -0,0 +1 @@
return {}

View File

@@ -0,0 +1 @@
return {}

View File

@@ -3,6 +3,30 @@ return {
yaml = {
schemaStore = {
enable = true
},
format = {
enable = true,
singleQuote = true
},
customTags = {
"!fn",
"!And",
"!If",
"!Not",
"!Equals",
"!Or",
"!FindInMap sequence",
"!Base64",
"!Cidr",
"!Ref",
"!Ref Scalar",
"!Sub",
"!GetAtt",
"!GetAZs",
"!ImportValue",
"!Select",
"!Split",
"!Join sequence"
}
}
}