@omni-door/tpl-component-library-react
Version:
The React component-library-react project template
9 lines (8 loc) • 428 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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.tpl_engine_init(exports.tpl_editor, 'tpl');