From 70c6f9785f4257ceb635c3c07341812f36fdf727 Mon Sep 17 00:00:00 2001 From: "Krisztian Molnar (EPAM)" <krisztian_molnar@epam.com> Date: Fri, 8 Jul 2022 10:12:38 +0000 Subject: [PATCH] GONRG-5278: Added .gitattributes and .editorconfig --- .editorconfig | 4 ++++ .gitattributes | 1 + 2 files changed, 5 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..5b462cccd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*] +insert_final_newline = true diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6313b56c5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf -- GitLab