7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
module.exports = {
|
|
printWidth: 120,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
endOfLine: "lf",
|
|
};
|