https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: dc4bc3ba0b9de022e2962a3bb76da4f7865f2322 authored by Dmitri Naumov on 14 March 2021, 14:15:14 UTC
[MaL] MathTools; remove scalarProduct.
Tip revision: dc4bc3b
.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