Aethel Bot OSS repository!
aethel.xyz
bot
fun
ai
discord
discord-bot
aethel
1{
2 "semi": true,
3 "singleQuote": true,
4 "tabWidth": 2,
5 "useTabs": false,
6 "trailingComma": "all",
7 "bracketSpacing": true,
8 "bracketSameLine": false,
9 "arrowParens": "always",
10 "printWidth": 100,
11 "endOfLine": "lf",
12 "quoteProps": "as-needed",
13 "singleAttributePerLine": true,
14 "embeddedLanguageFormatting": "auto",
15 "experimentalTernaries": false,
16 "overrides": [
17 {
18 "files": ["*.md", "*.mdx"],
19 "options": {
20 "printWidth": 80,
21 "proseWrap": "always"
22 }
23 },
24 {
25 "files": ["*.json", "*.jsonc"],
26 "options": {
27 "trailingComma": "none"
28 }
29 },
30 {
31 "files": ["*.yml", "*.yaml"],
32 "options": {
33 "tabWidth": 2,
34 "singleQuote": false
35 }
36 }
37 ]
38}