view client/.editorconfig @ 4487:80697ecc04e7

client: fix Identify problems with recency * Improve code for the case that no date_max value is present in a recency feature. The defect was introduced with changeset: 4575:4dad1d448876.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 26 Sep 2019 17:22:44 +0200
parents 88d0d60924cf
children
line wrap: on
line source

root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
# editorconfig-tools is unable to ignore longs strings or urls
max_line_length = null