You've already forked dotfiles
refactor: Cleanup and stuff
This commit is contained in:
@@ -0,0 +1 @@
|
||||
return {}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
return {}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user