From 1bcee7ef33ffd2da752e85177bfa215c60f98e71 Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 25 Oct 2016 17:41:34 +0100 Subject: [PATCH] Mention the Google Vimscript Style Guide in the contributing file. --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e263d37..6ab1dc5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,11 @@ Have fun, and work on whatever floats your boat. Take It Easy :tm:. +When writing code, follow the [Google Vimscript Style Guide](https://google.github.io/styleguide/vimscriptguide.xml), and +run `vint -s` on your files to check for most of what the guide mentions and more. If you install this plugin and install +[Vint](https://github.com/Kuniwak/vint), it will check your code while you type. + + # 2. Creating Pull Requests