Revision 9dfd9e08882e2a6e1607e1f570f8227aeb376243 authored by Lars Bilke on 24 May 2023, 13:51:18 UTC, committed by Lars Bilke on 24 May 2023, 13:51:18 UTC
Draft: [ci] Added job 'build mac petsc arm64', used for notebooks too.

See merge request ogs/ogs!4617
2 parent s ad7390e + 7898684
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,yaml,toml,html,css,js,scss,md}]
indent_size = 2
back to top