This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
caddy
Watch
2
Star
0
Fork
0
You've already forked caddy
mirror of
https://github.com/caddyserver/caddy.git
synced
2024-11-22 13:29:01 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8ccfedf2bb
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
Reference in New Issue
Copy Permalink