https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 53effc112c7369c729b6c0c071103893e3a04e47 authored by rinkk on 15 March 2021, 11:23:07 UTC
Setting save_all param for gmsh to ensure all line elements are written
Tip revision: 53effc1
.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