Skip to content
Snippets Groups Projects
Commit 328cb759 authored by Brad King's avatar Brad King
Browse files

Tell Git how to check Markdown (.md) source files

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.
parent b1a0f22e
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment