mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +00:00
JS & UT: add et to vim setting.
This commit is contained in:
@@ -7,7 +7,7 @@ var path = require("path");
|
||||
// Where to find the binary.
|
||||
exports.rippled = path.resolve("build/rippled");
|
||||
|
||||
exports.server_default = "alpha";
|
||||
exports.server_default = "alpha";
|
||||
|
||||
// Configuration for servers.
|
||||
exports.servers = {
|
||||
@@ -66,4 +66,4 @@ exports.accounts = {
|
||||
},
|
||||
};
|
||||
|
||||
// vim:sw=2:sts=2:ts=8
|
||||
// vim:sw=2:sts=2:ts=8:et
|
||||
|
||||
Reference in New Issue
Block a user