https://gitlab.opengeosys.org/ogs/ogs.git
Revision deb816da9d6433cede9e5df41fb4b4b8125eaad6 authored by Dmitri Naumov on 27 August 2021, 15:48:19 UTC, committed by Dmitri Naumov on 27 August 2021, 16:36:34 UTC
1 parent f2d938f
Raw File
Tip revision: deb816da9d6433cede9e5df41fb4b4b8125eaad6 authored by Dmitri Naumov on 27 August 2021, 15:48:19 UTC
[PL/TH2M] clang-format
Tip revision: deb816d
.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