https://gitlab.opengeosys.org/ogs/ogs.git
Revision 76a30506c1c0435a121abd9c5eee8160df963c15 authored by Thomas Fischer on 02 June 2021, 12:56:03 UTC, committed by Thomas Fischer on 09 June 2021, 12:36:34 UTC
1 parent 4159dc2
Raw File
Tip revision: 76a30506c1c0435a121abd9c5eee8160df963c15 authored by Thomas Fischer on 02 June 2021, 12:56:03 UTC
[PL/U/LocalDataInitializer] Clang format.
Tip revision: 76a3050
.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