From 68c7686c413e70958d3ef100b6fe694a4b2aa73f Mon Sep 17 00:00:00 2001 From: kleuter Date: Mon, 1 Jul 2024 12:48:35 +0200 Subject: [PATCH] lf line endings --- .editorconfig | 11 +++++++++++ .gitattributes | 1 + 2 files changed, 12 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..8cd89f00 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +charset = utf-8 +indent_style = space +indent_size = 4 \ No newline at end of file diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..21256661 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto \ No newline at end of file