Skip to content

Commit

Permalink
Merge pull request #1 from 3YOURMIND/add-editorconfig
Browse files Browse the repository at this point in the history
fix: use spaces instead of tabs and include editorconfig
  • Loading branch information
fvj authored Aug 2, 2018
2 parents 691044d + 1b588c4 commit 85b5b7f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ FROM node:8.11.3-slim

RUN apt-get update && \
apt-get install -y --no-install-recommends \
git \
python \
make \
gcc \
g++ \
libc6-dev
git \
python \
make \
gcc \
g++ \
libc6-dev

RUN git clone https://github.com/Financial-Times/polyfill-service.git /polyfill

Expand Down

0 comments on commit 85b5b7f

Please sign in to comment.