1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-05 01:20:06 +01:00
HackMyResume/dist/core/default-options.js

21 lines
326 B
JavaScript
Raw Normal View History

2016-01-27 10:29:26 +00:00
/*
Event code definitions.
@module core/default-options
@license MIT. See LICENSE.md for details.
*/
(function() {
module.exports = {
theme: 'modern',
prettify: {
indent_size: 2,
unformatted: ['em', 'strong'],
max_char: 80
}
};
}).call(this);
2016-02-02 02:14:36 +00:00
//# sourceMappingURL=default-options.js.map