https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 87d923ae91622274550d3040b7a1abbd55857da3 authored by KeitaYoshioka on 16 September 2021, 18:40:48 UTC
Merge branch 'PhaseField' into 'master'
Tip revision: 87d923a
.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