https://gitlab.opengeosys.org/ogs/ogs.git
Revision 08dd507345af3e8674c43c428ebc21eee5aaf0c3 authored by Dmitry Yu. Naumov on 21 April 2021, 22:35:46 UTC, committed by Dmitry Yu. Naumov on 21 April 2021, 22:35:46 UTC
Readability improvements in MeshComponentMap.

See merge request ogs/ogs!3577
2 parent s c9a93be + 79ac3d6
Raw File
Tip revision: 08dd507345af3e8674c43c428ebc21eee5aaf0c3 authored by Dmitry Yu. Naumov on 21 April 2021, 22:35:46 UTC
Merge branch 'ImproveCodeQualityInMeshComponentMap' into 'master'
Tip revision: 08dd507
.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