https://gitlab.opengeosys.org/ogs/ogs.git
Revision 14126c798620ad5980598259500be5f037d607bc authored by Thomas Fischer on 04 May 2021, 05:41:45 UTC, committed by Thomas Fischer on 06 May 2021, 12:37:45 UTC
1 parent 574a2bd
Raw File
Tip revision: 14126c798620ad5980598259500be5f037d607bc authored by Thomas Fischer on 04 May 2021, 05:41:45 UTC
[PL/LiquidFlow] Access MPL properties with [] instead of property().
Tip revision: 14126c7
.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