@omni-door/tpl-ssr-react
Version:
The ssr-react project template
10 lines (9 loc) • 455 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.tpl_editor = void 0;
var utils_1 = require("@omni-door/utils");
var tpl = "`# http://editorconfig.org\nroot = true\n\n[*]\nindent_style = space\nindent_size = 2\nend_of_line = lf\ncharset = utf-8\ntrim_trailing_whitespace = true\ninsert_final_newline = true\n`";
exports.tpl_editor = {
tpl: tpl
};
exports.default = utils_1.tplEngineInit(exports.tpl_editor, 'tpl');
;