dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
366 stars 611 forks source link

Beautify all JSON files #556

Closed TheDevMinerTV closed 4 years ago

TheDevMinerTV commented 4 years ago

Command used to beautify all JSON files:


js-beautify $(find . -type f -name '*.json') -t -n --space-after-named-function --space-after-anon-function -B --good-stuff```