mirror of
https://git.piraattipuolue.fi/mikaela/testi.git
synced 2025-01-25 22:44:19 +01:00
add .editorconfig & .gitattributes
This commit is contained in:
parent
561a0a914f
commit
401f404ceb
11
.editorconfig
Normal file
11
.editorconfig
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
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