Revision 87fe0827e994a1678576c1d5ebbc4c225f721170 authored by Dmitry Yu. Naumov on 24 February 2021, 22:02:28 UTC, committed by Dmitry Yu. Naumov on 24 February 2021, 22:02:28 UTC
[T] Add Processes interface library for linkage.

See merge request ogs/ogs!3465
2 parent s c35a91e + ad18431
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