https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 96974e765b2df991bd5c26eba83e233fbdad4f80 authored by Jörg Buchwald on 01 June 2021, 12:53:26 UTC
rename point heat source project/geometry files
Tip revision: 96974e7
.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}]
indent_size = 2
back to top