social bookmarking for atproto
1{
2 "trailingComma": "all",
3 "useTabs": true,
4 "tabWidth": 2,
5 "printWidth": 80,
6 "semi": true,
7 "singleQuote": false,
8 "bracketSpacing": true,
9 "overrides": [
10 {
11 "files": ["tsconfig.json", "jsconfig.json"],
12 "options": {
13 "parser": "jsonc"
14 }
15 },
16 {
17 "files": ["*.md"],
18 "options": {
19 "printWidth": 100,
20 "proseWrap": "always"
21 }
22 }
23 ]
24}