.editorconfig
author Kim Alvefur <zash@zash.se>
Tue, 11 Jan 2022 04:15:29 +0100
changeset 12183 5e68635cdc2c
parent 11710 56feb0cf7052
child 13195 1266efb7101c
permissions -rw-r--r--
mod_http_file_share: Always measure total disk usage for statistics! Metrics available or not depending on configuration is weird, even tho it might be expensive to calculate and it's only really needed when there is a global quota. Default quota is set to infinity, which is essentially what it was. Reports NaN if there is an error, which should count as over the infinite default quota.

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