mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-03-22 19:28:17 +08:00
6 lines
76 B
JavaScript
6 lines
76 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
tabWidth: 2,
|
|
printWidth: 140
|
|
};
|