https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7b40136be0bc230d25fb5edeb4825a28cf4befca authored by Dmitri Naumov on 18 February 2021, 12:19:27 UTC
Cppcheck uses C++20 standard now.
Tip revision: 7b40136
.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