1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-23 10:46:13 +02:00
Files
csslayout/prettier.config.js
Phuoc Nguyen bced6a1df5 Add layout
2021-09-27 20:32:58 +07:00

6 lines
83 B
JavaScript

module.exports = {
printWidth: 120,
singleQuote: true,
tabWidth: 4,
};