Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

Commit 34dba9c

Browse files
author
Gustavo Henke
committed
Change package.json indent size to 2
Due to the change presented in de383ba, we will now use the npm version tool to modify our version property automatically. Because npm doesn't respect the current indentation of the package.json file, we have to follow their rules and indent with 2 spaces as well.
1 parent 8c7064b commit 34dba9c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.editorconfig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ end_of_line = lf
88
charset = utf-8
99
trim_trailing_whitespace = true
1010
insert_final_newline = true
11-
12-
[*]
1311
indent_style = space
14-
indent_size = 4
12+
indent_size = 4
13+
14+
[package.json]
15+
indent_size = 2

0 commit comments

Comments
 (0)