diff options
Diffstat (limited to '.prettierrc.yml')
-rw-r--r-- | .prettierrc.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.prettierrc.yml b/.prettierrc.yml index 832c026..6001ba5 100644 --- a/.prettierrc.yml +++ b/.prettierrc.yml @@ -3,4 +3,6 @@ overrides: - "*.java" options: useTabs: false - trailingComma: none
\ No newline at end of file + trailingComma: none + tabWidth: 4 + endOfLine: lf
\ No newline at end of file |