Skip to content

Commit

Permalink
Add development configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed May 18, 2017
1 parent 812a0ea commit a255bfc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# editorconfig
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
2 changes: 2 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
server: bin/rails server --port 9000
consumer: bin/rake mnemosyne:consume

0 comments on commit a255bfc

Please sign in to comment.