From 86564d23506fabd71c23e798dbe7b6f261805a03 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 14 Feb 2023 08:47:59 +0200 Subject: [PATCH] add .editorconfig & .gitattributes --- .editorconfig | 12 ++++++++++++ .gitattributes | 1 + 2 files changed, 13 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..063f801 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +trim_trailing_whitespace = false +insert_final_newline = true +charset = utf-8 +indent_style = tab +indent_size = tab + +[*.{yaml,yml,cff}] +indent_style = space +indent_size = 2 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto