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
> > 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
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<>___
> 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
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