https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 261a2e608d4670a9f8d91d69f7a4f1c41102d120 authored by Tom Fischer on 18 December 2022, 15:51:40 UTC
Merge branch 'RenameToComputeNumberOfBaseNodes' into 'master'
Tip revision: 261a2e6
.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