Files
lightbox-gallery/prettier.config.js
2025-11-12 20:15:49 +04:00

6 lines
81 B
JavaScript

export default {
printWidth: 120,
tabWidth: 4,
singleQuote: true,
};