Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 7f992db

Browse files
committed
Adding .gitattributes. Tweaking .editorconfig
1 parent ed210a9 commit 7f992db

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
root = true
22

33
[*]
4+
indent_style = tab
45
end_of_line = lf
56
charset = utf-8
67
trim_trailing_whitespace = true

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto
2+
readme.md merge=union

0 commit comments

Comments
 (0)