Revision 6b3b0bd561d09a84d564cd3ebd838ef5eebb9b8f authored by Dmitry Yu. Naumov on 04 March 2021, 11:13:57 UTC, committed by Dmitry Yu. Naumov on 04 March 2021, 11:13:57 UTC
[THM] Removed the double declared VariableArray

See merge request ogs/ogs!3485
2 parent s 9c1e1b1 + 1dc27da
Raw File
.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,toml,html,css,js,scss}]
indent_size = 2
back to top