https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9c73e9610c7479ff97436717ab72998e2ceff05b authored by Dmitri Naumov on 10 October 2021, 10:46:07 UTC
[T] clang-format.
Tip revision: 9c73e96
.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