Files
5chan/prettier.config.js
T

6 lines
100 B
JavaScript
Raw Normal View History

2023-09-16 21:19:56 +02:00
module.exports = {
semi: false,
singleQuote: true,
printWidth: 170,
bracketSpacing: false,
}