https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7a783ed2a4cc9c542dbb4be1d120b849156d885a authored by Thomas Fischer on 02 September 2021, 04:50:40 UTC
[MeL/Elements] Clang format class Element.
Tip revision: 7a783ed
.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