]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Explicit # fmt: on/off indentation level (#554)
authorjgirardet <ijkl@netc.fr>
Tue, 9 Oct 2018 20:11:47 +0000 (22:11 +0200)
committerZsolt Dollenstein <zsol.zsol@gmail.com>
Tue, 9 Oct 2018 20:11:47 +0000 (13:11 -0700)
README.md

index 33cdff3553aeb7f05767f3379d5ff9c06184f5aa..fa5382c25d3d8afbef99d0f9cb812e7bbe641115 100644 (file)
--- a/README.md
+++ b/README.md
@@ -143,7 +143,8 @@ original.  This slows it down.  If you're feeling confident, use
 
 *Black* reformats entire files in place.  It is not configurable.  It
 doesn't take previous formatting into account.  It doesn't reformat
-blocks that start with `# fmt: off` and end with `# fmt: on`.  It also
+blocks that start with `# fmt: off` and end with `# fmt: on`. `# fmt: on/off`
+have to be on the same level of indentation. It also
 recognizes [YAPF](https://github.com/google/yapf)'s block comments to
 the same effect, as a courtesy for straddling code.