Replies: 1 comment
-
There is an experimental prettyPrinting feature you can enable through your {
"formatting": {
"indentKind": "Space",
"indentSize": 2,
"width": 80,
"insertFinalNewline": false,
"newlineKind": "LF"
},
"experimentalFeaturesEnabled": {
"prettyPrinting": true
}
} When you format your bicep file (Windows: I don't believe there is way to have this checked during a PR though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see there are some tools like Prettier · Opinionated Code Formatter that GitHub actions use to force this check as part of the PR process. Is there a tool similar to this for Bicep or PowerShell as well? These languages appear to not be supported by Prettier.
Beta Was this translation helpful? Give feedback.
All reactions