manu-sapiens's picture
removed symlink and replaced with a watcher process
2b24a67
raw
history blame
156 Bytes
module.exports = {
printWidth: 160,
tabWidth: 4,
singleQuote: true,
endOfLine: 'lf',
trailingComma: 'none',
arrowParens: 'avoid'
};