https://gitlab.opengeosys.org/ogs/ogs.git
Revision 980ca0c616be3b6c7f1d5abde850bf59e4ae5773 authored by Dmitry Yu. Naumov on 11 December 2020, 16:15:08 UTC, committed by Dmitry Yu. Naumov on 11 December 2020, 16:15:08 UTC
[Docu] Fix doxygen warnings.

See merge request ogs/ogs!3322
2 parent s 383a4a2 + eaccdca
Raw File
Tip revision: 980ca0c616be3b6c7f1d5abde850bf59e4ae5773 authored by Dmitry Yu. Naumov on 11 December 2020, 16:15:08 UTC
Merge branch 'FixDocu' into 'master'
Tip revision: 980ca0c
.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