mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 02:08:00 +00:00
Swap to using tabs in json (#1304)
* Swap to using tabs in json * Update .editorconfig
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ function readJson (file) {
|
||||
}
|
||||
|
||||
function writeJson (file, contents) {
|
||||
fs.writeFileSync(file, `${JSON.stringify(contents, null, 2)}\n`);
|
||||
fs.writeFileSync(file, `${JSON.stringify(contents, null, '\t')}\n`);
|
||||
}
|
||||
|
||||
function readMeta () {
|
||||
|
||||
Reference in New Issue
Block a user