diff options
| author | Arthur Verschaeve <[email protected]> | 2015-09-20 15:47:34 +0200 |
|---|---|---|
| committer | Arthur Verschaeve <[email protected]> | 2015-09-20 15:47:34 +0200 |
| commit | a79716e34064278cd55fcd8422de1fb6fa65e121 (patch) | |
| tree | 73d7859d51c663b359f9bead9d771a70a679a9ab | |
| parent | add62c5bd4a660ee083cd6f5ba7ca545ac83fe65 (diff) | |
| parent | 43dabcb831d720935c991d42c6dc6c9c9fa60747 (diff) | |
| download | electron-boilerplate-a79716e34064278cd55fcd8422de1fb6fa65e121.tar.xz electron-boilerplate-a79716e34064278cd55fcd8422de1fb6fa65e121.zip | |
Merge pull request #8 from iDuuck/patch-1
Remove brace form .editorconfig
| -rw-r--r-- | boilerplate/.editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boilerplate/.editorconfig b/boilerplate/.editorconfig index e8e0b83..86c8f59 100644 --- a/boilerplate/.editorconfig +++ b/boilerplate/.editorconfig @@ -7,7 +7,7 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[{package.json] +[package.json] indent_style = space indent_size = 2 |
