diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..b1dc8c9f --- /dev/null +++ b/.editorconfig @@ -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 diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..ec075178 --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +server: bin/rails server --port 9000 +consumer: bin/rake mnemosyne:consume