This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
demo
/
caddy
Watch
1
Star
1
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1300
Commits
1
Branch
0
Tags
4.5 MiB
Tree:
3017b245c9
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3017b245c9'
${ noResults }
caddy
/
.editorconfig
5 lines
86 B
Raw
Normal View
History
chore: Clean up adapt test line endings (#4660) Lots of the files were using CRLF instead of LF. Mostly my fault cause sometimes I make the files on Windows and VSCode for some reason kept making them with the wrong line endings. Sigh. Since .txt files typically default to spaces for indentation, I'm also adding an .editorconfig to ensure they use tabs instead
3 years ago
[*]
end_of_line
=
lf
[caddytest/integration/caddyfile_adapt/*.txt]
indent_style
=
tab