azerothcore-armory/.prettierrc
2022-03-22 10:40:02 +01:00

10 lines
179 B
Text

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