https://gitlab.opengeosys.org/ogs/ogs.git
Revision a168032423661a58175ab1bf30ce005ea24630dc authored by Dmitri Naumov on 02 April 2021, 18:12:58 UTC, committed by Dmitri Naumov on 04 April 2021, 11:37:06 UTC
1 parent c89f126
Raw File
Tip revision: a168032423661a58175ab1bf30ce005ea24630dc authored by Dmitri Naumov on 02 April 2021, 18:12:58 UTC
clang-format MeshLib
Tip revision: a168032
.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