diff --git a/.editorconfig b/.editorconfig index 45aaa0a..9fc134f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,6 @@ insert_final_newline = true trim_trailing_whitespace = true indent_style = tab -[{*.js,*.yml,*.md,Gopkg.toml,package.json,*.html}] +[{*.js,*.yml,*.md,Gopkg.toml,package.json,*.html,Dockerfile.*}] indent_style = space indent_size = 2