1
0
mirror of https://github.com/eclipse/mosquitto.git synced 2025-05-07 16:16:09 +08:00

Fix editorconfig for yaml

This commit is contained in:
Roger A. Light 2025-04-20 21:04:01 +01:00
parent c1e754e5ec
commit 1bfcc5bcbc

View File

@ -17,6 +17,6 @@ indent_size = 4
[Makefile]
indent_style = tab
[*.yml}]
[*.{yml,yaml}]
indent_style = space
indent_size = 2