Re: [pve-devel] [PATCH] Fix indentation.

2013-10-24 Thread Michael Rasmussen
On 10-24-2013 09:41, Dietmar Maurer wrote: Yes, I don't really want to replace tabs, and my emacs indents 8 characters with TAB. Ok. I wil change it. An idea could be to create a pre-commit hook script which normalized indentation an tabs to the desired format. -- Hilsen/regards Michael Ra

Re: [pve-devel] [PATCH] Fix indentation.

2013-10-24 Thread Dietmar Maurer
> > But why do you change indentaion here? > > > A tab is replaced by 4 spaces. I might adjust my editor to not replace tabs > with > spaces. Yes, I don't really want to replace tabs, and my emacs indents 8 characters with TAB. ___ pve-devel mailing li

Re: [pve-devel] [PATCH] Fix indentation.

2013-10-24 Thread Michael Rasmussen
On 10-24-2013 09:20, Dietmar Maurer wrote: onGetValues: function(values) { - var me = this; +var me = this; But why do you change indentaion here? A tab is replaced by 4 spaces. I might adjust my editor to not replace tabs with spaces. -- Hilsen/regards Michael Rasmussen<>___

Re: [pve-devel] [PATCH] Fix indentation.

2013-10-24 Thread Dietmar Maurer
> onGetValues: function(values) { > - var me = this; > +var me = this; But why do you change indentaion here? ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH] Fix indentation.

2013-10-23 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- www/manager/storage/ZFSEdit.js | 242 - 1 file changed, 121 insertions(+), 121 deletions(-) diff --git a/www/manager/storage/ZFSEdit.js b/www/manager/storage/ZFSEdit.js index 2a5a042..5dd5329 1