diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..854167bbed --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true + +[{package.json,.travis.yml,.eslintrc.json}] +indent_style = space +indent_size = 2 diff --git a/.flowconfig b/.flowconfig new file mode 100644 index 0000000000..2ed2b0c713 --- /dev/null +++ b/.flowconfig @@ -0,0 +1,9 @@ +[ignore] +/dist/.* + +[include] + +[libs] + +[options] +strip_root=true