You've already forked dotfiles
40 lines
896 B
Lua
40 lines
896 B
Lua
return {
|
|
settings = {
|
|
redhat = {
|
|
telemetry = {
|
|
enabled = false
|
|
}
|
|
},
|
|
yaml = {
|
|
validate = true,
|
|
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"
|
|
}
|
|
}
|
|
}
|
|
}
|