diff options
author | ThatGravyBoat <thatgravyboat@gmail.com> | 2021-07-06 19:09:11 -0230 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 19:09:11 -0230 |
commit | 93248d28d6b314b42f6b0d82164975343b214ece (patch) | |
tree | e3e06c24454080f059355133d633e5a076d85ad3 /.prettierrc.yml | |
parent | 91464c8f433e8bf323932ac956678971207b607e (diff) | |
parent | 804767ebfc26e2a1252bc327def02389b35dfc6e (diff) | |
download | SkyblockHud-Death-Defied-93248d28d6b314b42f6b0d82164975343b214ece.tar.gz SkyblockHud-Death-Defied-93248d28d6b314b42f6b0d82164975343b214ece.tar.bz2 SkyblockHud-Death-Defied-93248d28d6b314b42f6b0d82164975343b214ece.zip |
Merge pull request #2 from ThatGravyBoat/prettier
Add prettier settings and format code
Diffstat (limited to '.prettierrc.yml')
-rw-r--r-- | .prettierrc.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.prettierrc.yml b/.prettierrc.yml new file mode 100644 index 0000000..f1cb8dc --- /dev/null +++ b/.prettierrc.yml @@ -0,0 +1,9 @@ +overrides: + - files: + - "*.java" + options: + useTabs: false + trailingComma: none + tabWidth: 4 + endOfLine: lf + printWidth: 999999999 # >:c fine gravy
\ No newline at end of file |