https://gitlab.opengeosys.org/ogs/ogs.git
Revision 972eef16a99321e9bfa543261612ee9335f69a54 authored by Dmitri Naumov on 08 July 2021, 21:33:04 UTC, committed by Dmitry Yu. Naumov on 09 July 2021, 12:50:37 UTC
1 parent f048691
Raw File
Tip revision: 972eef16a99321e9bfa543261612ee9335f69a54 authored by Dmitri Naumov on 08 July 2021, 21:33:04 UTC
[MatL] Move private static member into cpp.
Tip revision: 972eef1
.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