Revision e044ea9b8ce03e69fedf27147b3529f440088d0d authored by Dmitry Yu. Naumov on 28 June 2021, 10:32:01 UTC, committed by Dmitry Yu. Naumov on 28 June 2021, 10:32:01 UTC
[GeoLib] Code improvements (Constify, remove unnecessary code, ...)

See merge request ogs/ogs!3675
2 parent s 2b7fbea + 18fc2a1
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