From 83d294256a388b4796ca9998567e1aaf727ffbe3 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Mon, 27 Nov 2017 08:01:20 -0600 Subject: [PATCH] Add .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..55190c9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +[*] +charset=utf-8 +end_of_line=lf +indent_style=space +indent_size=4 +max_line_length=79 + +[{.babelrc,.stylelintrc,jest.config,.eslintrc,*.bowerrc,*.jsb3,*.jsb2,*.json,*.js}] +indent_style=space +indent_size=2