From d3bcb10ff9e0aa5931826ab0d18da07de6d49f02 Mon Sep 17 00:00:00 2001 From: MOZGIII Date: Sat, 24 Sep 2022 22:51:28 +0400 Subject: [PATCH] Add Dockerfile to .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5ede3cc0b..ca93e7bf8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,3 +21,7 @@ trim_trailing_whitespace = false [{pom.xml, *.yml}] indent_style = space + +[Dockerfile] +indent_style = space +indent_size = 2