Revision a4bf1d4f7d263da0ac32af1a954a8df56da2a11c authored by Christoph Lehmann on 17 April 2023, 07:09:42 UTC, committed by Christoph Lehmann on 17 April 2023, 07:09:42 UTC
Draft: OpenMP parallelized assembly

See merge request ogs/ogs!4556
2 parent s 27e4d96 + 3cdcecb
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