Revision 0ffc831cbf2dc12afee02202ab3836d3dedbbf01 authored by wenqing on 09 September 2021, 14:05:21 UTC, committed by wenqing on 09 September 2021, 14:05:21 UTC
Draft: [ProcessLib] Added a restriction for computing strain

See merge request ogs/ogs!3775
2 parent s bd25372 + 6c10ebb
Raw File
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top