editorconfig: add rule for conf files to use space indentation

This commit is contained in:
Ivan 2021-02-14 21:33:23 +02:00
parent 373fd53d2e
commit 4930157875
1 changed files with 4 additions and 0 deletions

View File

@ -17,3 +17,7 @@ indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
[*.{conf,conf.in}]
indent_style = space
indent_size = 4