aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.yml
blob: 9b94be6cfad72cde59969d428f39ba921e0c0343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
overrides:
  - files:
      - "*.java"
    options:
      useTabs: false
      trailingComma: none
      tabWidth: 4
      endOfLine: lf
      printWidth: 999999999 # >:c fine gravy
  - files:
      - "*.json"
    options:
      printWidth: 10