[Bash-completion-commits] [SCM] bash-completion branch, master, updated. eb5e62dec1119d8710368f844723900e2bdedfd4

Ville Skyttä ville.skytta at iki.fi
Thu Oct 22 09:12:20 UTC 2009


The following commit has been merged in the master branch:
commit 0822f37372271f9dcc411627b53d34b06bc1e5ba
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Oct 22 11:40:26 2009 +0300

    Note indentation style.

diff --git a/doc/styleguide.txt b/doc/styleguide.txt
index d945b1d..12efec3 100644
--- a/doc/styleguide.txt
+++ b/doc/styleguide.txt
@@ -7,6 +7,10 @@ This document attempts to explain the basic styles and patterns that are used in
 
 This is particularly directed at people new to the bash completion codebase, who are in the process of getting their code reviewed.  Before getting a review, please read over this document and make sure your code conforms to the recommendations here.
 
+Indentation
+-----------
+Indent step should be 4 spaces, no tabs.
+
 /////////////////////////////////////////
 case/esac vs if
 ---------------
@@ -18,9 +22,6 @@ in case statements: -@(a|b)) vs -a|-b)
 testing with [[ ]] vs [ ]
 -------------------------
 
-indentation
------------
-
 line wrapping
 -------------
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list