Bug 27375: Set YAML file settings in .editorconfig

To test:
1) Start an editor that supports .editorconfig.
2) Open YAML file mappings.yaml for example.
3) Format the file.
4) Observe that nothing changes.

Sponsored-by: Koha-Suomi Oy

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Johanna Raisa 2021-01-11 09:49:45 +02:00 committed by Jonathan Druart
parent 320b162827
commit b3adc5de90

View file

@ -13,3 +13,7 @@ charset = utf-8
[*.json]
indent_size = 2
[*.yaml]
indent_size = 2
quote_type = single