浏览代码

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 年前
committed by GitHub
父节点
当前提交
e1120b8344
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      .editorconfig

+ 3
- 0
.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



正在加载...
取消
保存