[
https://issues.apache.org/jira/browse/CB-12766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16035212#comment-16035212
]
ASF subversion and git services commented on CB-12766:
------------------------------------------------------
Commit d244cf8442004f2780775cb16f0ac5454b056996 in cordova-lib's branch
refs/heads/master from [~remcohaszing]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=d244cf8 ]
CB-12766 Consistently write JSON with 2 spaces indentation
JSON was written with 4 spaces indentation and even a tab at some
point. Most NodeJS tools write their JSON configuration with an
indentation of 2 spaces. Most notably npm does this, which writes to
package.json, as does Cordova. This caused unnecessary changes in
package.json.
This closes #558
> Cordova CLI changes package.json indentation
> --------------------------------------------
>
> Key: CB-12766
> URL: https://issues.apache.org/jira/browse/CB-12766
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-cli, cordova-lib
> Affects Versions: 7.0.0
> Reporter: Remco Haszing
> Assignee: Kerri Shotts
> Priority: Minor
> Labels: easy-fix
>
> While Cordova is busy adding platforms / plugins, it writes to package.json
> several times. In this process the indentation of package.json alternates
> between 2 and 4 spaces. The final result is an indentation of 4 spaces, which
> conflicts with the indentation of 2 spaces that npm uses.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]