azerothcore-armory/.prettierrc
Stefano Borzì b382ef00af
Update .prettierrc
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
2022-05-06 15:42:04 +02:00

9 lines
155 B
Text

{
"printWidth": 140,
"useTabs": true,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always"
}