Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: Python/C/Pascal ... How To Choose ? Date: 14 Nov 2025 07:05:50 GMT Lines: 13 Message-ID: References: <10eqid5$3du22$1@dont-email.me> <10f0f7i$12iu1$1@dont-email.me> <10f4dg2$22ui0$1@dont-email.me> <7o2dnTZBfZMyL4v0nZ2dnZfqnPGdnZ2d@giganews.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net jBhFV3PahXqimPxq21OAUQxefokL3HtodGlybc2RdWlg74E97N Cancel-Lock: sha1:kaa07YP6+eseqDaLn0eeDyqZBDY= sha256:skzFi9JsGu4478o3ZYq7V+jqNrRfY2O3Uk18ESPm0IU= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:77512 On Thu, 13 Nov 2025 23:40:02 -0500, c186282 wrote: > Spaces are perfectly easy. As said, I use TWO spaces > for indents no matter the lang. Enough to see, but > don't use up too much room. > > Everybody will have their own favs of course. au BufRead,BufNewFile *py,*pyw,*.c,*.h set tabstop=4 au BufRead,BufNewFile *.py,*pyw set shiftwidth=4 au BufRead,BufNewFile *.py,*.pyw set expandtab works for me.