Browse Source
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 insteadmaster
Francis Lavoie
3 years ago
committed by
GitHub
7 changed files with 546 additions and 541 deletions
@ -0,0 +1,5 @@ |
|||
[*] |
|||
end_of_line = lf |
|||
|
|||
[caddytest/integration/caddyfile_adapt/*.txt] |
|||
indent_style = tab |
Loading…
Reference in new issue