
20 Dec
2013
20 Dec
'13
3:45 p.m.
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>