https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5f8dad2cb18d48186ec5f3da62fe2c8b648da29e authored by Christoph Lehmann on 10 January 2023, 06:54:04 UTC
Merge branch 'separate-file-for-loc-asm-creation' into 'master'
Tip revision: 5f8dad2
.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,md}]
indent_size = 2
back to top