6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
|
export default {
|
||
|
printWidth: 120,
|
||
|
tabWidth: 4,
|
||
|
singleQuote: true,
|
||
|
};
|