https://gitlab.opengeosys.org/ogs/ogs.git
Revision 994724445ff7bb6e2f1678f6536645d9f7c27ce8 authored by Dmitry Yu. Naumov on 18 February 2021, 14:25:04 UTC, committed by Dmitry Yu. Naumov on 18 February 2021, 14:25:04 UTC
Cppcheck uses C++20 standard now.

See merge request ogs/ogs!3451
2 parent s cb34ad5 + 7b40136
Raw File
Tip revision: 994724445ff7bb6e2f1678f6536645d9f7c27ce8 authored by Dmitry Yu. Naumov on 18 February 2021, 14:25:04 UTC
Merge branch 'CppCheckC++20' into 'master'
Tip revision: 9947244
.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