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