2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 09:00:28 +01:00

Merge pull request #31 from offen/single-chrome

Install Chrome in Dockerfile, skip when installing mochify
This commit is contained in:
Frederik Ring 2019-06-21 15:15:12 +02:00 committed by GitHub
commit 36cbc97d90

View File

@ -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