forked from verdnatura/salix-front
8 lines
122 B
JavaScript
8 lines
122 B
JavaScript
|
module.exports = {
|
||
|
singleQuote: true,
|
||
|
printWidth: 120,
|
||
|
tabWidth: 4,
|
||
|
semi: true,
|
||
|
endOfLine: 'auto',
|
||
|
};
|