From 899e691099fe4bc46e3e19b7a39af120bbf39616 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 7 Mar 2020 20:50:58 +0100 Subject: [PATCH] git/indent --- docs/public/git/snippets.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/public/git/snippets.rst b/docs/public/git/snippets.rst index 6fcd51c..8f84bdd 100644 --- a/docs/public/git/snippets.rst +++ b/docs/public/git/snippets.rst @@ -14,7 +14,9 @@ TODO Reverse .gitignore ------------------ -* -!.gitignore -!*/ -!SHA*SUMS +:: + + * + !.gitignore + !*/ + !SHA*SUMS