mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-21 11:24:20 +01:00
7 lines
109 B
JavaScript
7 lines
109 B
JavaScript
module.exports = {
|
|
trailingComma: "es5",
|
|
tabWidth: 4,
|
|
printWidth: 120,
|
|
singleQuote: true,
|
|
};
|