From a8e475fa0a7977f64f072548459d592274169d66 Mon Sep 17 00:00:00 2001 From: TymanWasTaken Date: Tue, 6 Jul 2021 17:15:21 -0400 Subject: Format v2 --- .prettierrc.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.prettierrc.yml') 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 -- cgit