Skip to content

Commit

Permalink
Added .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Wells committed Oct 16, 2012
1 parent 878759f commit 9bb222e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 16 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
qgis-crayfish-plugin
====================

The Crayfish Plugin for QGIS aspires to be a complete set of pre and post-processing tools for hydraulic modellers using TUFLOW and other packages.

Todo
====

Prepare a resources page (essentially a manual)
Fix About section
Add support for downloading Crayfish Viewer library from behind proxy server
Anti-aliasing
Consider removing apply button as it seems redundant
Implement full sanity checking of user input values in Vector properties dialog and suitable error mesages
Implement display vectors on arbitrary grid
Implement filter vectors by magnitude
qgis-crayfish-plugin
====================

The Crayfish Plugin for QGIS aspires to be a complete set of pre and post-processing tools for hydraulic modellers using TUFLOW and other packages.

Todo
====

Prepare a resources page (essentially a manual)
Fix About section
Add support for downloading Crayfish Viewer library from behind proxy server
Anti-aliasing
Consider removing apply button as it seems redundant
Implement full sanity checking of user input values in Vector properties dialog and suitable error mesages
Implement display vectors on arbitrary grid
Implement filter vectors by magnitude

0 comments on commit 9bb222e

Please sign in to comment.