https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: df6bcabf4c364d41ecdb60add2f370bcccfa4749 authored by Jörg Buchwald on 12 February 2021, 17:40:08 UTC
add FormEigenVector
Tip revision: df6bcab
.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,toml,html,css,js,scss}]
indent_size = 2
back to top