Search code examples
azureazure-resource-managerazure-bicep

Auto format azure bicep file


How to auto format azure bicep files to have common way for writing/format code from

param instLocation array = [
    'euw'
]

to

param instLocation array = ['euw']

Solution

  • To auto format azure bicep file, you can use