aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.yml
diff options
context:
space:
mode:
Diffstat (limited to '.prettierrc.yml')
-rw-r--r--.prettierrc.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.prettierrc.yml b/.prettierrc.yml
deleted file mode 100644
index 9b94be6cf..000000000
--- a/.prettierrc.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-overrides:
- - files:
- - "*.java"
- options:
- useTabs: false
- trailingComma: none
- tabWidth: 4
- endOfLine: lf
- printWidth: 999999999 # >:c fine gravy
- - files:
- - "*.json"
- options:
- printWidth: 10