https://gitlab.opengeosys.org/ogs/ogs.git
Revision ee6e3b44ffa484c77435bdcc0d22a3640e601067 authored by Lars Bilke on 21 February 2023, 10:04:06 UTC, committed by Lars Bilke on 21 February 2023, 10:04:06 UTC
1 parent 1344fca
Raw File
Tip revision: ee6e3b44ffa484c77435bdcc0d22a3640e601067 authored by Lars Bilke on 21 February 2023, 10:04:06 UTC
[T] Relax tolerance for fine/beam.prj for eve frontend2.
Tip revision: ee6e3b4
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss,md}]
indent_size = 2
back to top