https://gitlab.opengeosys.org/ogs/ogs.git
Revision 898b6e39203b373584b0f2d36875ccb798365c45 authored by Dmitri Naumov on 10 October 2021, 10:43:55 UTC, committed by Dmitri Naumov on 10 October 2021, 10:49:50 UTC
1 parent 4e95cfb
Raw File
Tip revision: 898b6e39203b373584b0f2d36875ccb798365c45 authored by Dmitri Naumov on 10 October 2021, 10:43:55 UTC
[MeL] clang-format.
Tip revision: 898b6e3
.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