Vitaly Puzrin
10 years ago
12 changed files with 36 additions and 26 deletions
@ -0,0 +1,13 @@ |
|||
// Default options
|
|||
|
|||
'use strict'; |
|||
|
|||
|
|||
module.exports = { |
|||
blocksep: '\n', |
|||
innersep: '\n', |
|||
softbreak: '\n', |
|||
html: false, |
|||
xhtml: false, |
|||
langprefix: 'language-' |
|||
}; |
Loading…
Reference in new issue