๐Ÿ“ฆ toeverything / AFFiNE

๐Ÿ“„ .taplo.toml ยท 12 lines
1
2
3
4
5
6
7
8
9
10
11
12exclude = [
  "node_modules/**/*.toml",
  "target/**/*.toml",
  "packages/frontend/apps/ios/App/Packages/AffineGraphQL/**/*.toml",
]

# https://taplo.tamasfe.dev/configuration/formatter-options.html
[formatting]
align_entries = true
indent_tables = true
reorder_keys  = true