1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 18:07:01 +00:00

fix line endings... | Prev Commit: 15feaf0237 [formerly dced7d472edabbab4f80c76051f13261928a8dea]?w=1

Former-commit-id: 286366ffb0958288821d0b34b6140e203400c682
This commit is contained in:
kataras
2017-11-02 06:44:40 +02:00
parent 15feaf0237
commit 42bc7dbad0
5 changed files with 98 additions and 11 deletions

9
.gitattributes vendored
View File

@@ -1,4 +1,11 @@
*.go linguist-language=Go
vendor/* linguist-vendored
_examples/* linguist-documentation
_benchmarks/* linguist-documentation
_benchmarks/* linguist-documentation
# Set the default behavior, in case people don't have core.autocrlf set.
# if from windows:
# git config --global core.autocrlf true
# if from unix:
# git config --global core.autocrlf input
# https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings
* text=auto