system-prompts-and-models-o.../unified-ai-platform/node_modules/encoding/.prettierrc.js
dopeuni444 b5a22951ae nhj
more
2025-07-31 12:23:33 +04:00

9 lines
156 B
JavaScript

module.exports = {
printWidth: 160,
tabWidth: 4,
singleQuote: true,
endOfLine: 'lf',
trailingComma: 'none',
arrowParens: 'avoid'
};