HamidOmarov commited on
Commit
af48d88
·
1 Parent(s): 26b3f58

Normalize line endings via .gitattributes

Browse files
Files changed (1) hide show
  1. .gitattributes +4 -2
.gitattributes CHANGED
@@ -1,2 +1,4 @@
1
- * text=auto eol=lf
2
- README.md text eol=lf
 
 
 
1
+ * text=auto
2
+ *.md text eol=lf
3
+ *.py text eol=lf
4
+ Dockerfile text eol=lf