eplace/.prettierrc.js

7 lines
167 B
JavaScript
Raw Normal View History

2026-05-15 11:08:23 +02:00
module.exports = {
tabWidth: 4,
useTabs: false, // Use spaces instead of defaults tabs
semi: true, // Force semilicons
printWidth: 80, // Max width
};