aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.yml
diff options
context:
space:
mode:
authorLorenz <ESs95s3P5z8Pheb>2022-07-07 00:31:50 +0200
committerLorenz <ESs95s3P5z8Pheb>2022-07-07 00:31:50 +0200
commit99773d6a593c444151503de315f127bea6f74d49 (patch)
tree9ee1ae505e5f82aba62f10c882af85a3acd6e483 /.prettierrc.yml
downloadSkyHanni-99773d6a593c444151503de315f127bea6f74d49.tar.gz
SkyHanni-99773d6a593c444151503de315f127bea6f74d49.tar.bz2
SkyHanni-99773d6a593c444151503de315f127bea6f74d49.zip
init lorenz mod
Diffstat (limited to '.prettierrc.yml')
-rw-r--r--.prettierrc.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.prettierrc.yml b/.prettierrc.yml
new file mode 100644
index 000000000..9b94be6cf
--- /dev/null
+++ b/.prettierrc.yml
@@ -0,0 +1,13 @@
+overrides:
+ - files:
+ - "*.java"
+ options:
+ useTabs: false
+ trailingComma: none
+ tabWidth: 4
+ endOfLine: lf
+ printWidth: 999999999 # >:c fine gravy
+ - files:
+ - "*.json"
+ options:
+ printWidth: 10