From 9c835d0f7f99fb17968be2c7bf95b37ccff76909 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 29 Mar 2025 00:22:49 +0200 Subject: [PATCH] chore(docs): always use LF on Windows --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 73bf98eb0..b0cbaf83d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ package-lock.json linguist-generated=true **/package-lock.json linguist-generated=true src/public/app/doc_notes/en/User[[:space:]]Guide/** linguist-generated=true +src/public/app/doc_notes/en/User[[:space:]]Guide/**/*.md eol=lf libraries/** linguist-vendored \ No newline at end of file