mirror of
https://github.com/eyebluecn/tank-front
synced 2024-04-21 12:31:55 +00:00
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
module.exports = {
|
|
tabWidth: 2,
|
|
singleQuote: true,
|
|
endOfLine: 'auto',
|
|
};
|