From c544dffb148f08518600ea6b7096450e978304ff Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Wed, 30 Oct 2024 16:53:20 -0500 Subject: feat: Svelte (#34) * feat: Svelte Signed-off-by: Matt Strapp * oopsie Signed-off-by: Matt Strapp * add docs Signed-off-by: Matt Strapp * dev dependency Signed-off-by: Matt Strapp * Lint Signed-off-by: Matt Strapp * CI: Check formatting Signed-off-by: Matt Strapp * Add line ending thingy Signed-off-by: Matt Strapp * Update prettier and typescript versions in package.json Signed-off-by: Matt Strapp --------- Signed-off-by: Matt Strapp --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index b1f0585..ba723e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ # # https://help.github.com/articles/dealing-with-line-endings/ # +* text=auto eol=lf + # Linux start script should use lf /gradlew text eol=lf @@ -9,4 +11,3 @@ # Binary files should be left untouched *.jar filter=lfs diff=lfs merge=lfs binary - -- cgit v1.2.3