https://gitlab.opengeosys.org/ogs/ogs.git
Revision 4b52aaf8f08749a5a1203ae9c74b109901ea7b78 authored by Thomas Fischer on 02 November 2021, 07:45:13 UTC, committed by Thomas Fischer on 02 November 2021, 12:34:40 UTC
1 parent be087d5
Raw File
Tip revision: 4b52aaf8f08749a5a1203ae9c74b109901ea7b78 authored by Thomas Fischer on 02 November 2021, 07:45:13 UTC
[NL] Remove methods only used in tests.
Tip revision: 4b52aaf
.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