https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1e33303ea3c817a5d11c8de08f353ec7942f3287 authored by Dmitry Yu. Naumov on 20 February 2021, 09:34:44 UTC, committed by Dmitry Yu. Naumov on 20 February 2021, 09:34:44 UTC
[doxygen] Added branch indicator.

See merge request ogs/ogs!3454
2 parent s 5b0521b + f6b9766
Raw File
Tip revision: 1e33303ea3c817a5d11c8de08f353ec7942f3287 authored by Dmitry Yu. Naumov on 20 February 2021, 09:34:44 UTC
Merge branch 'doxygen-header' into 'master'
Tip revision: 1e33303
.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