Re: [Kimchi-devel] [PATCH] Replace tab to 4 spaces

Reviewed-by: Crístian Viana <vianac@linux.vnet.ibm.com> On 20-12-2013 11:42, Aline Manera wrote:
From: Aline Manera <alinefm@br.ibm.com>
All py, css, js, tmpl and json files created by us must use 4 space for indentation. Imported files must keep as they are (such as those for jquery, novnc)
This patch was generated by the following command:
find . -name \*.py -o -name \*.json -o -name \*.css -o -name \*.js -o \ -name \*.tmpl | xargs -I @ sed -i s/\\t/" "/g @
Then imported files had changes reverted.
Signed-off-by: Aline Manera <alinefm@br.ibm.com>

Reviewed-by: Daniel Barboza <danielhb@linux.vnet.ibm.com> On 12/20/2013 11:45 AM, Crístian Viana wrote:
Reviewed-by: Crístian Viana <vianac@linux.vnet.ibm.com>
On 20-12-2013 11:42, Aline Manera wrote:
From: Aline Manera <alinefm@br.ibm.com>
All py, css, js, tmpl and json files created by us must use 4 space for indentation. Imported files must keep as they are (such as those for jquery, novnc)
This patch was generated by the following command:
find . -name \*.py -o -name \*.json -o -name \*.css -o -name \*.js -o \ -name \*.tmpl | xargs -I @ sed -i s/\\t/" "/g @
Then imported files had changes reverted.
Signed-off-by: Aline Manera <alinefm@br.ibm.com>
_______________________________________________ Kimchi-devel mailing list Kimchi-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/kimchi-devel
participants (2)
-
Crístian Viana
-
Daniel H Barboza