https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 4511f364fcfda89c77a09ae5f84a4ab587c58188 authored by Dmitri Naumov on 18 February 2021, 19:36:45 UTC
Use constexpr kelvin_vector_dimensions function.
Tip revision: 4511f36
.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