UNPKG

455 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.tpl_editor = void 0;
4var utils_1 = require("@omni-door/utils");
5var 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`";
6exports.tpl_editor = {
7 tpl: tpl
8};
9exports.default = utils_1.tplEngineInit(exports.tpl_editor, 'tpl');