Skip to content

Commit f218fb2

Browse files
editorconfig and gitattributes (#96)
1 parent 596c931 commit f218fb2

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = false

.gitattributes

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* text eol=lf
2+
3+
*.bat text eol=crlf
4+
*.sh text eol=lf
5+
6+
*.jpg binary
7+
*.png binary
8+
*.gif binary

0 commit comments

Comments
 (0)