[GitHub] cordova-lib pull request #589: removed .jscs.json

2017-08-29 Thread remcohaszing
Github user remcohaszing closed the pull request at: https://github.com/apache/cordova-lib/pull/589 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] cordova-lib pull request #589: removed .jscs.json

2017-08-07 Thread remcohaszing
GitHub user remcohaszing opened a pull request: https://github.com/apache/cordova-lib/pull/589 removed .jscs.json ### Platforms affected none ### What does this PR do? Cleanup an unused file. ### What testing has been done on this change? None

[GitHub] cordova-lib issue #558: CB-12766 Consistently write JSON with 2 spaces inden...

2017-05-16 Thread remcohaszing
Github user remcohaszing commented on the issue: https://github.com/apache/cordova-lib/pull/558 @piotrowski I did a regex replace to replace all occurrences of `JSON.stringify`, so basically this affects all JSON files that are modified by Cordova. I think this is a pretty

[GitHub] cordova-lib pull request #558: CB-12766 Consistently write JSON with 2 space...

2017-05-16 Thread remcohaszing
GitHub user remcohaszing opened a pull request: https://github.com/apache/cordova-lib/pull/558 CB-12766 Consistently write JSON with 2 spaces indentation ### Platforms affected None really. ### What does this PR do? JSON was written with 4 spaces indentation and