Add Dockerfile to .editorconfig

This commit is contained in:
MOZGIII 2022-09-24 22:51:28 +04:00
parent 0f6d5de35a
commit d3bcb10ff9
1 changed files with 4 additions and 0 deletions

View File

@ -21,3 +21,7 @@ trim_trailing_whitespace = false
[{pom.xml, *.yml}]
indent_style = space
[Dockerfile]
indent_style = space
indent_size = 2