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