Skip to content

Commit

Permalink
Merge pull request #1576 from brecke/prettier_code
Browse files Browse the repository at this point in the history
Make code prettier
  • Loading branch information
brecke authored Nov 5, 2018
2 parents 839f82d + 295ba15 commit 80c4b18
Show file tree
Hide file tree
Showing 504 changed files with 165,746 additions and 111,474 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
indent_size = 2
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"printWidth": 100,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"semi": true,
"bracketSpacing": true,
"trailingComma": "none"
}
131 changes: 0 additions & 131 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# $ docker run -it --name=hilary --net=host oae-hilary:latest
#

FROM oaeproject/oae-hilary-deps-docker
FROM oaeproject/oae-hilary-deps-docker:v0.1
LABEL Name=OAE-Hilary
LABEL Author=ApereoFoundation
LABEL [email protected]
Expand Down
Loading

0 comments on commit 80c4b18

Please sign in to comment.