Revision cebc7eda166702bc6bc6a6bda53114eadddca4f8 authored by Dmitry Yu. Naumov on 16 August 2023, 07:40:13 UTC, committed by Dmitry Yu. Naumov on 16 August 2023, 07:40:13 UTC
Fmt and spdlog updates, new formatters

See merge request ogs/ogs!4706
2 parent s 25782d0 + 4251458
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