https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c9ec60d0d3225005f9eeceb5c16aa51708291846 authored by Karsten Rink on 29 March 2021, 10:40:51 UTC
Merge branch 'AddBoundaryExtractionToVerticalSliceTool' into 'master'
Tip revision: c9ec60d
.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