From 145926e06ece504db4af27df4f48aab7a4acdaca Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 2 May 2024 23:43:58 +1000 Subject: [PATCH] Add ide config for EOL --- .editorconfig | 2 ++ .gitattributes | 1 + 2 files changed, 3 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..268bd5a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*] +end_of_line = lf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..af19312 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +text=auto \ No newline at end of file