.editorconfig
author Kim Alvefur <zash@zash.se>
Sat, 15 Jan 2022 17:37:07 +0100
changeset 12196 6a772a0c0dfd
parent 11710 56feb0cf7052
child 13195 1266efb7101c
permissions -rw-r--r--
mod_http: Increase severity of loading unreachable http modules This is either caused by an earlier failure to bind http/s ports, in which case that should be corrected, or explicitly disbling the http/s ports, in which case ... why enable http modules? Suggested by jonas’

root = true

[*]
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[CHANGES]
indent_size = 4
indent_style = space

[configure]
indent_size = 3
indent_style = space

[**.xml]
indent_size = 2
indent_style = space