On Sun, 01 Jan 2012 18:01:21 +0000 Sérgio Basto <[email protected]> wrote: > About indentation , I use coding style my tabs have 4 spaces. > :vim set expandtab set softtabstop=4 set ts=4 set sw=4 > > so all .spec have a mixed with really tabs with tabs expands in > spaces. and I don't know what to do about.
Either use the default of 8 spaces, or convert all tabs to spaces so that it appears the same regardless of the tab length setting. -- Jussi Lehtola Fedora Project Contributor [email protected]
