Fix .editorconfig wildcard

This commit is contained in:
2022-04-09 22:48:29 +02:00
parent f7ba2163ad
commit 7e39a30d7c

View File

@@ -1,6 +1,6 @@
root = true
[*.{sh,bash,cfg,example}]
[*.{sh,conf,conf.dist}]
charset = utf-8
indent_style = space
indent_size = 2