mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 05:16:12 +08:00
4b75f3e2f0
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
5 lines
86 B
INI
5 lines
86 B
INI
[*]
|
|
end_of_line = lf
|
|
|
|
[caddytest/integration/caddyfile_adapt/*.txt]
|
|
indent_style = tab |