Revision 133ffb0876bf4a771d0fabe6dcbc63bb42cf57cc authored by Dmitry Yu. Naumov on 08 September 2021, 14:02:16 UTC, committed by Dmitry Yu. Naumov on 08 September 2021, 14:02:16 UTC
Draft: Use compile time known sizes for rotations.

See merge request ogs/ogs!3705
2 parent s 7b324f2 + 1497297
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