Re: tabs to throw off from an indentation

2005-11-10 Thread Saulius Krasuckas
* On Thu, 10 Nov 2005, Dimi Paun wrote: > * From: "Saulius Krasuckas" <[EMAIL PROTECTED]> > > > > No I won't, because then a diff in my editor looks wrong. > > This is a bit confusing at first because diff inserts a char > at the beginning of the line. Of course I understand this. I just don't

Re: tabs to throw off from an indentation

2005-11-10 Thread Dimi Paun
From: "Saulius Krasuckas" <[EMAIL PROTECTED]> > No I won't, because then a diff in my editor looks wrong. This is a bit confusing at first because diff inserts a char at the beginning of the line. Don't worry about it, the source will look right after applying it. You will get used to it soon enou

Re: tabs to throw off from an indentation

2005-11-10 Thread Ivan Leo Puoti
Saulius Krasuckas wrote: * On Wed, 9 Nov 2005, Ivan Leo Puoti wrote: * Saulius Krasuckas wrote: The question isn't about world wide definition, it's about preference inside Wine project. But OK, I will use tabs in a tabby files. Please use spaces, we can't get rid of existing t

Re: tabs to throw off from an indentation

2005-11-10 Thread Saulius Krasuckas
* On Wed, 9 Nov 2005, Ivan Leo Puoti wrote: > * Saulius Krasuckas wrote: > > > > The question isn't about world wide definition, it's about preference inside > > Wine project. But OK, I will use tabs in a tabby files. > > Please use spaces, we can't get rid of existing tabs but let's not make >

Re: tabs to throw off from an indentation

2005-11-08 Thread Ivan Leo Puoti
Saulius Krasuckas wrote: The question isn't about world wide definition, it's about preference inside Wine project. But OK, I will use tabs in a tabby files. Please use spaces, we can't get rid of existing tabs but let's not make things worse. Ivan.

Re: tabs to throw off from an indentation

2005-11-08 Thread Saulius Krasuckas
* On Tue, 8 Nov 2005, Dmitry Timoshkov wrote: > * "Saulius Krasuckas" <[EMAIL PROTECTED]> wrote: > > > > OK, and what tab size should I assume when I see it in simple one > > level indent -- 4 or 8 space characters? > > Tab is 8 characters by definition. The question isn't about world wide defi

Re: tabs to throw off from an indentation

2005-11-08 Thread Dmitry Timoshkov
"Saulius Krasuckas" <[EMAIL PROTECTED]> wrote: > OK, and what tab size should I assume when I see it in simple one level > indent -- 4 or 8 space characters? Tab is 8 characters by definition. -- Dmitry.

Re: tabs to throw off from an indentation

2005-11-08 Thread Saulius Krasuckas
* On Tue, 8 Nov 2005, Alexandre Julliard wrote: > * Saulius Krasuckas <[EMAIL PROTECTED]> writes: > > > > Will my patches be let into the tree if I will submit such no-op > > changes (one patch for one file) from time to time just before normal, > > operational patches. > > No, please don't do

Re: tabs to throw off from an indentation

2005-11-08 Thread Alexandre Julliard
Saulius Krasuckas <[EMAIL PROTECTED]> writes: > Will my patches be let into the tree if I will submit such no-op changes > (one patch for one file) from time to time just before normal, operational > patches. No, please don't do that. -- Alexandre Julliard [EMAIL PROTECTED]

tabs to throw off from an indentation

2005-11-08 Thread Saulius Krasuckas
Hello, I'd like to get rid of tabs I encounter when reading existing Wine code. Will my patches be let into the tree if I will submit such no-op changes (one patch for one file) from time to time just before normal, operational patches.