https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 40b61fd50fa21c77855bea1dd6e09366046209fd authored by Thomas Fischer on 17 June 2021, 10:53:59 UTC
[A/DE/DataView] Use Eigen aligned allocator for stl container.
Tip revision: 40b61fd
.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