Cloudformation
Level up your AWS CloudFormation game
https://marketplace.visualstudio.com/items?itemName=SirTori.indenticatormarketplace.visualstudio.com
{
"indenticator.inner.showHighlight": true
}# .editorconfig
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Keeps CloudFormation YAML files standard
[*.yaml]
indent_style = space
indent_size = 2
trim_trailing_whitespace = truePrerequisite: Install cfn-lint before vscode-cfn-lint
python -m pip install cfn-lintLast updated
Was this helpful?