11 lines
122 B
INI
11 lines
122 B
INI
# .editorconfig
|
|
root = true
|
|
|
|
[*.tf]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.tfvars]
|
|
indent_style = space
|
|
indent_size = 2
|