From ffd8162191a5fab2a182da718fc5d83d6cd965fc Mon Sep 17 00:00:00 2001 From: "http://jneen.net/" Date: Mon, 27 Jun 2016 14:17:04 -0700 Subject: [PATCH] doc: note that .gitattributes uses default branch --- doc/user/project/highlighting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/user/project/highlighting.md b/doc/user/project/highlighting.md index 3988960a610..73a2d176b54 100644 --- a/doc/user/project/highlighting.md +++ b/doc/user/project/highlighting.md @@ -27,3 +27,5 @@ To disable highlighting entirely, use `gitlab-language=text`. Lots more fun shen # an entire file of highlighting errors! /other-file gitlab-language=text?token=Error ``` + +Please note that these configurations will only take effect when the `.gitattributes` file is in your default branch (usually `master`).