From 5f2b732ff94846a3570142fe1a1cea23ce4ce122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20G=C5=82ownia?= Date: Wed, 6 Apr 2022 12:59:51 +0200 Subject: [PATCH] Normalize line endings (#207) --- .editorconfig | 1 + .gitattributes | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig index 6e87a003d..0301b00a8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,7 @@ indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true +end_of_line = lf [*.md] max_line_length = off diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..9b9e66c39 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text eol=lf +*.png binary +*.ico binary