{or,ir}: add .editorconfig & .gitattributes for copying to the two subset repos

This commit is contained in:
Aminda Suomalainen 2023-02-17 14:47:01 +02:00
parent 572f352080
commit 70dd12d5de
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 18 additions and 0 deletions

8
ir/.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
trim_trailing_whitespace = false
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2

1
ir/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto linguist-detectable

8
or/.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
trim_trailing_whitespace = false
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2

1
or/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto linguist-detectable