diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-05-10 08:29:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-10 08:29:05 +0200 |
commit | 402e8caa5bcbc22050bb4a4f189a802262ca725f (patch) | |
tree | 3ade21aadd1e32ce4b44a6cd4cb0dc8f6ab06d94 /docs | |
parent | 5d408eeca04cb3c60a7e4918218e87fd43e57861 (diff) | |
parent | a0539d0c459b5d5733a64f00d3f1d596ae5e9c1c (diff) | |
download | openshift-402e8caa5bcbc22050bb4a4f189a802262ca725f.tar.gz openshift-402e8caa5bcbc22050bb4a4f189a802262ca725f.tar.bz2 openshift-402e8caa5bcbc22050bb4a4f189a802262ca725f.tar.xz openshift-402e8caa5bcbc22050bb4a4f189a802262ca725f.zip |
Merge pull request #4123 from rhcarvalho/remove-vim-line
Remove vim configuration from Python files
Diffstat (limited to 'docs')
-rw-r--r-- | docs/best_practices_guide.adoc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/best_practices_guide.adoc b/docs/best_practices_guide.adoc index 4ecd535e4..e66c5addb 100644 --- a/docs/best_practices_guide.adoc +++ b/docs/best_practices_guide.adoc @@ -14,25 +14,6 @@ This guide complies with https://www.ietf.org/rfc/rfc2119.txt[RFC2119]. == Python -=== Python Source Files - -''' -[[Python-source-files-MUST-contain-the-following-vim-mode-line]] -[cols="2v,v"] -|=== -| <<Python-source-files-MUST-contain-the-following-vim-mode-line, Rule>> -| Python source files MUST contain the following vim mode line. -|=== - -[source] ----- -# vim: expandtab:tabstop=4:shiftwidth=4 ----- - -Since most developers contributing to this repository use vim, this rule helps to promote consistency. - -If mode lines for other editors are needed, please open a GitHub issue. - === Method Signatures ''' |