diff options
author | Kiko Beats <josefrancisco.verdu@gmail.com> | 2015-12-15 12:36:20 +0100 |
---|---|---|
committer | Alexander Early <aearly@fluid.com> | 2016-01-07 16:53:55 -0800 |
commit | 1f79497635d63753686779238ba4df01bcad21fb (patch) | |
tree | fe6ce4368f2359a3b4e4c3e7a00135990da0bdb4 /.editorconfig | |
parent | 41489b2d8ed5c1677fd77975cecd54b4f60f4334 (diff) | |
download | async-1f79497635d63753686779238ba4df01bcad21fb.tar.gz |
use npm for lodash-es, rather than a git submodule
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 7f502d4..239100f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ trim_trailing_whitespace = true insert_final_newline = true indent_style = space indent_size = 4 + +[package.json] +indent_size = 2 |