ufz / ogs5

OpenGeoSys THM/C simulator version 5
https://www.opengeosys.org/ogs-5
Other
39 stars 97 forks source link

Replaced the tab indentation with four spaces #118

Closed wenqing closed 5 years ago

wenqing commented 5 years ago

The source code format of ogs5 is in clang-format. However, the line indentation space is tab, which could be a different number of columns depending on environment.

In this PR, the tab indentations were replaces with four space indentations, while the same clang-format style as that in ogs6 was used.

@bilke and @norihiro-w: will you agree with this change?

norihiro-w commented 5 years ago

ok for me