mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-16 17:09:28 +01:00
{or,ir}: add .editorconfig & .gitattributes for copying to the two subset repos
This commit is contained in:
parent
572f352080
commit
70dd12d5de
8
ir/.editorconfig
Normal file
8
ir/.editorconfig
Normal 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
1
ir/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
* text=auto linguist-detectable
|
8
or/.editorconfig
Normal file
8
or/.editorconfig
Normal 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
1
or/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
* text=auto linguist-detectable
|
Loading…
Reference in New Issue
Block a user