Revision 707ee1d2e9b3feb7240e4c0ce322c9a7ecddbbb3 authored by wenqing on 06 September 2021, 07:33:28 UTC, committed by wenqing on 06 September 2021, 07:33:28 UTC
Substitute the storage of node pointer in elements by std::array

See merge request ogs/ogs!3768
2 parent s cc01fcf + 7a783ed
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}]
indent_size = 2
back to top