From 63db62453a3250d933490b74613803b74ecade69 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 17 Apr 2020 09:43:03 +0200 Subject: [PATCH] Add TortoiseGit settings This unifies language (spell-checking), Signed-off-by requirement and icon branding across all clones and working copies. Signed-off-by: Simon Rozman --- .tgitconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .tgitconfig diff --git a/.tgitconfig b/.tgitconfig new file mode 100644 index 0000000..ebf3ae7 --- /dev/null +++ b/.tgitconfig @@ -0,0 +1,4 @@ +[tgit] + projectlanguage = 1033 + warnnosignedoffby = true + icon = include/icon_full.ico