Skip to content

Commit

Permalink
Tell Git how to check Markdown (.md) source files
Browse files Browse the repository at this point in the history
Disallow tabs in document indentation.  We will use four spaces instead
of a tab to indent nested blocks.

Use large conflict markers because otherwise '=======' underlines in
Markdown section headers look like conflict markers to the automatic
checks.
  • Loading branch information
bradking committed Mar 16, 2015
1 parent b1a0f22 commit 328cb75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ pre-commit crlf=input
*.txt whitespace=tab-in-indent
*.cmake whitespace=tab-in-indent

*.md whitespace=tab-in-indent conflict-marker-size=30

/ThirdParty/sqlite/vtksqlite/vtk_sqlite3.c hooks.MaxObjectKiB=4096

0 comments on commit 328cb75

Please sign in to comment.