From 7e39a30d7c91e6e00cff8a10b76948ed9da91830 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Sat, 9 Apr 2022 22:48:29 +0200 Subject: [PATCH] Fix .editorconfig wildcard --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e6bb828..c9e3e2a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{sh,bash,cfg,example}] +[*.{sh,conf,conf.dist}] charset = utf-8 indent_style = space indent_size = 2