Update .prettierrc.js

This commit is contained in:
freearhey 2025-01-01 11:15:24 +03:00
parent 9af374c72b
commit 4788ff1e31

View file

@ -1,7 +1,7 @@
module.exports = {
tabWidth: 2,
useTabs: false,
endOfLine: 'lf',
endOfLine: 'crlf',
semi: false,
singleQuote: true,
printWidth: 100,