https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 177209a8a1379827c2c52b262db24983a41cd9b0 authored by KeitaYoshioka on 08 September 2021, 15:37:03 UTC
Another model of phasefield (AT1) has been added.
Tip revision: 177209a
.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