1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-20 02:52:11 +00:00

adding yml format to editorconfig

This commit is contained in:
Luis Pérez 2020-12-17 21:33:03 -06:00
parent 51dfee8343
commit c034ab78c3

View File

@ -28,3 +28,6 @@ indent_style = tab
[*.js] [*.js]
indent_size = 2 indent_size = 2
[*.yml]
indent_size = 2
indent_style = space