Skip to content

Commit

Permalink
Bug 27375: Set YAML file settings in .editorconfig
Browse files Browse the repository at this point in the history
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 <[email protected]>

Signed-off-by: Jonathan Druart <[email protected]>
  • Loading branch information
johannaraisa authored and joubu committed Nov 3, 2021
1 parent 320b162 commit b3adc5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ charset = utf-8

[*.json]
indent_size = 2

[*.yaml]
indent_size = 2
quote_type = single

0 comments on commit b3adc5d

Please sign in to comment.