Updates editor config for YAML

This commit is contained in:
Chris Cheetham 2019-11-01 11:08:58 -04:00
Родитель 6cfc01d7e6
Коммит 4fd2920c78
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -24,6 +24,10 @@ indent_size = 2
[*.json]
indent_size = 2
# YAML files
[*.{yaml,yml}]
indent_size = 2
# Dotnet code style settings:
[*.cs]
# Sort using and Import directives with System.* appearing first