https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c678f126b8f22a217182f69936e12326602f58e8 authored by Dmitry Yu. Naumov on 06 April 2021, 19:04:30 UTC
Merge branch 'ClangFormat' into 'master'
Tip revision: c678f12
.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