Skip to content
Snippets Groups Projects
.gitattributes 470 B
Newer Older
  • Learn to ignore specific revisions
  • # 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
    
    web/resources/_gen/**/*.content filter=lfs diff=lfs merge=lfs -text
    
    # Gocad files
    *.sg filter=lfs diff=lfs merge=lfs -text
    *@@ filter=lfs diff=lfs merge=lfs -text