mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 02:36:11 +02:00
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
module.exports = {
|
|
printWidth: 120,
|
|
singleQuote: true,
|
|
tabWidth: 4,
|
|
};
|