mirror of
https://github.com/krisk/Fuse.git
synced 2026-02-01 17:21:26 +00:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
module.exports = {
|
|
trailingComma: 'none',
|
|
tabWidth: 2,
|
|
semi: false,
|
|
singleQuote: true
|
|
// htmlWhitespaceSensitivity: false
|
|
}
|