From 9b490cb90e2cb7b84223bc6965b3fb1dcff3eb45 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 25 May 2023 00:26:56 +0000 Subject: [PATCH] chore: editorconfig and gitattributes --- .editorconfig | 14 ++++++++++++++ .gitattributes | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..818d3cf342652e9c9a56f9d94551c198720357c4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +charset=utf-8 +end_of_line=lf +indent_size=4 +indent_style=tab +insert_final_newline=true +trim_trailing_whitespace=true + +[*.txtar] +indent_size=2 +indent_style=space + diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..6f952299270eed506a1dd30028ab8e0f1be7ef7f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# To prevent CRLF breakages on Windows for fragile files, like testdata. +* -text