This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
caddy
mirror of
https://github.com/caddyserver/caddy.git
Watch
1
Star
0
Fork
You've already forked caddy
0
Code
Issues
Projects
Releases
Wiki
Activity
b443190b66
caddy
/
.editorconfig
5 lines
96 B
INI
Raw
Normal View
History
Unescape
Escape
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
2022-03-25 12:48:45 +08:00
[*]
end_of_line
=
lf
caddytest: Rename adapt tests to `*.caddyfiletest` extension (#6119)
2024-02-21 08:37:40 +08:00
[caddytest/integration/caddyfile_adapt/*.caddyfiletest]
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
2022-03-25 12:48:45 +08:00
indent_style
=
tab