From 70dd12d5deb3402dce811c1d7006d43a557edc09 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 17 Feb 2023 14:47:01 +0200 Subject: [PATCH] {or,ir}: add .editorconfig & .gitattributes for copying to the two subset repos --- ir/.editorconfig | 8 ++++++++ ir/.gitattributes | 1 + or/.editorconfig | 8 ++++++++ or/.gitattributes | 1 + 4 files changed, 18 insertions(+) create mode 100644 ir/.editorconfig create mode 100644 ir/.gitattributes create mode 100644 or/.editorconfig create mode 100644 or/.gitattributes diff --git a/ir/.editorconfig b/ir/.editorconfig new file mode 100644 index 0000000..5859ed1 --- /dev/null +++ b/ir/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +trim_trailing_whitespace = false +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 2 diff --git a/ir/.gitattributes b/ir/.gitattributes new file mode 100644 index 0000000..f2a97f2 --- /dev/null +++ b/ir/.gitattributes @@ -0,0 +1 @@ +* text=auto linguist-detectable diff --git a/or/.editorconfig b/or/.editorconfig new file mode 100644 index 0000000..5859ed1 --- /dev/null +++ b/or/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +trim_trailing_whitespace = false +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 2 diff --git a/or/.gitattributes b/or/.gitattributes new file mode 100644 index 0000000..f2a97f2 --- /dev/null +++ b/or/.gitattributes @@ -0,0 +1 @@ +* text=auto linguist-detectable