summaryrefslogtreecommitdiff
path: root/docs/contributing/development.rst
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2020-02-08 22:51:37 +0700
committerGitHub <noreply@github.com>2020-02-08 22:51:37 +0700
commitbfd18bdb888a8cfc2c8d0ef3896640f86541f5da (patch)
tree9c2fcc132d1347778b624b0338067cd1f00ffcdb /docs/contributing/development.rst
parent5fcefb78b54f32fc06696257e00f2871841023c9 (diff)
parente787aa87ab50792b70d3c014432c2a6b6ccc125e (diff)
downloadvyos-documentation-bfd18bdb888a8cfc2c8d0ef3896640f86541f5da.tar.gz
vyos-documentation-bfd18bdb888a8cfc2c8d0ef3896640f86541f5da.zip
Merge pull request #203 from thomas-mangin/master
various small improvements
Diffstat (limited to 'docs/contributing/development.rst')
-rw-r--r--docs/contributing/development.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/development.rst b/docs/contributing/development.rst
index 220dd362..009e84f7 100644
--- a/docs/contributing/development.rst
+++ b/docs/contributing/development.rst
@@ -201,7 +201,7 @@ Formatting
* Python: Tabs **shall not** be used. Every indentation level should be 4 spaces
* XML: Tabs **shall not** be used. Every indentation level should be 2 spaces
-.. note: There are extensions to e.g. VIM (xmllint) which will help you to get
+.. note:: There are extensions to e.g. VIM (xmllint) which will help you to get
your indention levels correct. Add to following to your .vimrc file:
``au FileType xml setlocal equalprg=xmllint\ --format\ --recover\ -\
2>/dev/null`` now you can call the linter using ``gg=G`` in command mode.