mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 02:31:04 +01:00
42bc7dbad0
Former-commit-id: 286366ffb0958288821d0b34b6140e203400c682
11 lines
424 B
Plaintext
11 lines
424 B
Plaintext
*.go linguist-language=Go
|
|
vendor/* linguist-vendored
|
|
_examples/* 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 |