https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 98812326bc0eba07972822b48c07709e1929c861 authored by Dmitri Naumov on 12 November 2021, 08:19:07 UTC
[MeL] Add explicit handling of signed char.
Tip revision: 9881232
.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