https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f09cbe746743ed7df34a9533498a882f035659fe authored by Dmitri Naumov on 30 November 2021, 17:27:51 UTC
[PL] Remove unused dxdot/dx and dx/dx
Tip revision: f09cbe7
.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