From a255bfc101a1ca10ce7667c66940ea7121807e44 Mon Sep 17 00:00:00 2001 From: Jan Graichen Date: Thu, 18 May 2017 14:56:30 +0200 Subject: [PATCH] Add development configuration --- .editorconfig | 11 +++++++++++ Procfile | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 .editorconfig create mode 100644 Procfile 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