15 lines
206 B
INI
15 lines
206 B
INI
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
|
|
|
|
# All files
|
|
[*]
|
|
indent_style = space
|
|
|
|
# Xml files
|
|
[*.xml]
|
|
indent_size = 2
|
|
|
|
# YAML files
|
|
[*.yml]
|
|
indent_size = 2
|
|
indent_style = space
|