Kaynağa Gözat
Allow httpd*.conf under containers/webserver has trailing spaces (#574)
Current httpd*.conf files are copied from httpd:2.4 Docker official
images which has trailing spaces, but not added by the project, should
be ignored.
pull/576/head
Peter Dave Hello
3 yıl önce
committed by
GitHub
ebeveyn
işleme
e1120b8344
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
3 ekleme ve
0 silme
-
.editorconfig
|
|
@@ -10,6 +10,9 @@ indent_style = space |
|
|
|
insert_final_newline = true |
|
|
|
trim_trailing_whitespace = true |
|
|
|
|
|
|
|
[containers/webserver/httpd*.conf] |
|
|
|
trim_trailing_whitespace = false |
|
|
|
|
|
|
|
[*.md] |
|
|
|
trim_trailing_whitespace = false |
|
|
|
|
|
|
|