Revision f609057d9775386fef44fae4e1639bdb408595c4 authored by ericsimo on 13 February 2021, 14:30:18 UTC, committed by Wenqing Wang on 16 February 2021, 15:39:17 UTC
ATTENTION: other files not releated to the GasPressureDependentPermeability model were created when running scripts/doc/get-project-params.sh . | scripts/doc/create-docu-file-stubs.sh
1 parent f072576
Raw File
.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