https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2bef3d0a96b90ccedd47e09680e22ae672ae87ac authored by Lars Bilke on 07 March 2023, 19:18:11 UTC, committed by Lars Bilke on 07 March 2023, 19:18:11 UTC
Notebook docs

See merge request ogs/ogs!4512
2 parent s d45cd65 + 1415398
Raw File
Tip revision: 2bef3d0a96b90ccedd47e09680e22ae672ae87ac authored by Lars Bilke on 07 March 2023, 19:18:11 UTC
Merge branch 'notebook-docs' into 'master'
Tip revision: 2bef3d0
.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