From b49ec52c33d46d8230dffc66cacc60b26eb7f89a Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Tue, 27 Sep 2022 09:45:55 -0400 Subject: [PATCH] doc: vim visual ruler at column 80 --- docs/code_formatting_rules.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/code_formatting_rules.md b/docs/code_formatting_rules.md index f8ee966af..e534d9b8a 100644 --- a/docs/code_formatting_rules.md +++ b/docs/code_formatting_rules.md @@ -239,3 +239,5 @@ into the code base as well. Other editors (for example Atom, Nodepad++, Vim, Emacs and so on) might install a plugin to understand the rules in the `.editorconfig` file. + +In Vim you might want to use `set colorcolumn=80`.