-2

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']
old_timer
  • 69,149
  • 8
  • 89
  • 168
Janusz Nowak
  • 2,595
  • 1
  • 17
  • 36

1 Answers1

0

To auto format azure bicep file, you can use

Janusz Nowak
  • 2,595
  • 1
  • 17
  • 36