https://gitlab.opengeosys.org/ogs/ogs.git
Revision db6a7acf8d2454dfc706e1d4c3bc5b5b56a22963 authored by Jörg Buchwald on 10 November 2022, 16:30:15 UTC, committed by joergbuchwald on 07 December 2022, 20:24:23 UTC
1 parent 504e53b
Raw File
Tip revision: db6a7acf8d2454dfc706e1d4c3bc5b5b56a22963 authored by Jörg Buchwald on 10 November 2022, 16:30:15 UTC
adapt test to new template argument
Tip revision: db6a7ac
.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