eplace/.prettierrc.js
2026-05-15 11:08:23 +02:00

6 lines
167 B
JavaScript

module.exports = {
tabWidth: 4,
useTabs: false, // Use spaces instead of defaults tabs
semi: true, // Force semilicons
printWidth: 80, // Max width
};