FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
caddy/.gitattributes at master · JonathanLogan/caddy · GitHub
JonathanLogan
/
caddy
Public
forked from
caddyserver/caddy
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
caddy
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (11 loc) · 877 Bytes
Breadcrumbs
caddy
/
.gitattributes
Copy path
File metadata and controls
14 lines (11 loc) · 877 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
shell scripts should not use tabs to indent!
*
.bash
text
eol
=
lf
core.whitespace
whitespace
=
tab-in-indent,trailing-space,tabwidth=2
*
.sh
text
eol
=
lf
core.whitespace
whitespace
=
tab-in-indent,trailing-space,tabwidth=2
#
files for systemd (shell-similar)
*
.path
text
eol
=
lf
core.whitespace
whitespace
=
tab-in-indent,trailing-space,tabwidth=2
*
.service
text
eol
=
lf
core.whitespace
whitespace
=
tab-in-indent,trailing-space,tabwidth=2
*
.timer
text
eol
=
lf
core.whitespace
whitespace
=
tab-in-indent,trailing-space,tabwidth=2
#
go fmt will enforce this, but in case a user has not called "go fmt" allow GIT to catch this:
*
.go
text
eol
=
lf
core.whitespace
whitespace
=
indent-with-non-tab,trailing-space,tabwidth=4
*
.yml
text
eol
=
lf
core.whitespace
whitespace
=
tab-in-indent,trailing-space,tabwidth=2
.git
*
text
eol
=
auto
core.whitespace
whitespace
=
trailing-space
Back
|
FazBrowse Home
|
New Git URL