https://gitlab.opengeosys.org/ogs/ogs.git
Revision fc2ad0a49f8471069e7bafd6b2b00474c9788397 authored by Dmitry Yu. Naumov on 03 May 2021, 09:05:53 UTC, committed by Dmitry Yu. Naumov on 03 May 2021, 09:05:53 UTC
[A] Don't allow python to handle signals.

See merge request ogs/ogs!3601
2 parent s 6cf80f6 + 151db8b
Raw File
Tip revision: fc2ad0a49f8471069e7bafd6b2b00474c9788397 authored by Dmitry Yu. Naumov on 03 May 2021, 09:05:53 UTC
Merge branch 'DontAllowPythonToHandleSignals' into 'master'
Tip revision: fc2ad0a
.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