Skip to content

Commit bc28eef

Browse files
committed
Add .editorconfig and .gitattributes
1 parent 49ee9a3 commit bc28eef

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.editorconfig

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[*]
2+
end_of_line = lf
3+
4+
[*.cmd]
5+
end_of_line = crlf

.gitattributes

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# By default, convert line endings automatically.
2+
* text=auto
3+
4+
# Declare files that will always have LF line endings on checkout.
5+
*.py text eol=lf
6+
*.sh text eol=lf
7+
8+
# Declare files that will always have CRLF line endings on checkout.
9+
*.cmd text eol=crlf

0 commit comments

Comments
 (0)