From 7fff4499fd915bcea3fa93b1aa8b35f4fe7a6027 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 28 May 2017 00:38:50 +0200 Subject: add linting (and some initial fixes) --- node_modules/cross-spawn-async/.editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 node_modules/cross-spawn-async/.editorconfig (limited to 'node_modules/cross-spawn-async/.editorconfig') diff --git a/node_modules/cross-spawn-async/.editorconfig b/node_modules/cross-spawn-async/.editorconfig new file mode 100644 index 000000000..8bc4f108d --- /dev/null +++ b/node_modules/cross-spawn-async/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false + +[package.json] +indent_size = 2 -- cgit v1.2.3