Revision 0e706c7e6a045294a84b210251d074ef6bd0d66d authored by Dmitry Yu. Naumov on 28 April 2021, 15:18:30 UTC, committed by Dmitry Yu. Naumov on 28 April 2021, 15:18:30 UTC
[doc] Fix placement of ogs_file_XXX for doxygen.

See merge request ogs/ogs!3594
2 parent s e1594e8 + fe839cc
Raw File
.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