view client/.editorconfig @ 5472:9321d9fb719f

improve README.md about licensing * Use meanwhile established `SPDX-FileCopyrightText:` line to give the holder of the usage rights, improve the explanation. * Use `SPDX-License-Identifier:` also here.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 20 Jul 2021 11:50:17 +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