https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 75c7f03945fdb73670b237020e343a33f03581b7 authored by Dmitry Yu. Naumov on 10 October 2021, 11:15:27 UTC
Merge branch 'ClangFormat' into 'master'
Tip revision: 75c7f03
.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