JS & UT: add et to vim setting.

This commit is contained in:
Arthur Britto
2012-11-24 14:07:21 -08:00
committed by Stefan Thomas
parent 4467ef62d3
commit 184c059354
13 changed files with 116 additions and 115 deletions

View File

@@ -22,4 +22,4 @@ var Account = function (network, account) {
exports.Account = Account;
// vim:sw=2:sts=2:ts=8
// vim:sw=2:sts=2:ts=8:et

View File

@@ -727,4 +727,4 @@ exports.UInt160 = UInt160;
exports.config = {};
// vim:sw=2:sts=2:ts=8
// vim:sw=2:sts=2:ts=8:et

View File

@@ -1216,4 +1216,4 @@ BigInteger.ONE = nbv(1);
exports.nbi = nbi;
exports.BigInteger = BigInteger;
// vim:sw=2:sts=2:ts=8
// vim:sw=2:sts=2:ts=8:et

View File

@@ -55,4 +55,4 @@ Network.protocol.stop = function () {
exports.Network = Network;
// vim:sw=2:sts=2:ts=8
// vim:sw=2:sts=2:ts=8:et

View File

@@ -88,4 +88,4 @@ exports.mkPath = mkPath;
exports.resetPath = resetPath;
exports.rmPath = rmPath;
// vim:sw=2:sts=2:ts=8
// vim:sw=2:sts=2:ts=8:et

View File

@@ -1489,4 +1489,4 @@ Transaction.prototype.wallet_add = function (src, amount, authorized_key, public
exports.config = {};
exports.Remote = Remote;
// vim:sw=2:sts=2:ts=8
// vim:sw=2:sts=2:ts=8:et

View File

@@ -41,4 +41,4 @@ serializer.addUInt160 = function(value) {
serializer.getSHA512Half = function() {
};
// vim:ts=4
// vim:sw=2:sts=2:ts=8:et

View File

@@ -76,4 +76,4 @@ exports.hexToString = hexToString;
exports.stringToArray = stringToArray;
exports.stringToHex = stringToHex;
// vim:sw=2:sts=2:ts=8
// vim:sw=2:sts=2:ts=8:et

View File

@@ -107,4 +107,4 @@ buster.testCase("Amount", {
}
});
// vim:sw=2:sts=2:ts=8
// vim:sw=2:sts=2:ts=8:et

View File

@@ -7,3 +7,5 @@ config["Newcoin tests"] = {
"test/*-test.js"
]
}
// vim:sw=2:sts=2:ts=8:et

View File

@@ -66,4 +66,4 @@ exports.accounts = {
},
};
// vim:sw=2:sts=2:ts=8
// vim:sw=2:sts=2:ts=8:et

View File

@@ -1,5 +1,4 @@
var async = require("async");
// var buster = require("buster");
var Amount = require("../src/js/amount.js").Amount;
var Remote = require("../src/js/remote.js").Remote;
@@ -377,4 +376,4 @@ exports.verify_balances = verify_balances;
exports.verify_offer = verify_offer;
exports.verify_offer_not_found = verify_offer_not_found;
// vim:sw=2:sts=2:ts=8
// vim:sw=2:sts=2:ts=8:et

View File

@@ -23,4 +23,4 @@ buster.testCase("Utils", {
}
});
// vim:sw=2:sts=2:ts=8
// vim:sw=2:sts=2:ts=8:et