mirror of
https://gitea.blesmrt.net/mikaela/language-resources.git
synced 2024-11-22 02:59:28 +01:00
add .editorconfig & .gitattributes
This commit is contained in:
parent
882dbd81dc
commit
66c995cd5b
20
.editorconfig
Normal file
20
.editorconfig
Normal file
@ -0,0 +1,20 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
|
||||
[*.{markdown,md}]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.{tsv,tab}]
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.{cff,yaml,yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
* text=auto linguist-detectable
|
Loading…
Reference in New Issue
Block a user