Re: network connectivity with proxy

2018-09-21 Thread Thiago Macieira
On Wednesday, 19 September 2018 15:20:27 PDT Christoph Feck wrote: > On 20.09.2018 00:03, Albert Astals Cid wrote: > > El divendres, 14 de setembre de 2018, a les 18:04:59 CEST, Thiago Macieira va escriure: > >> On Wednesday, 12 September 2018 04:17:35 PDT Harald Sitter wrote: > >>> If I am not mi

Re: Proposal, Adopt .editorconfig in every project

2018-09-21 Thread Nate Graham
On 09/21/2018 04:40 AM, Tomaz Canabrava wrote: Hello fellows. In kde software we strive to be inclusive, that means that we don't enforce a coding style in every new project, nor do we adapt to newer styles on old software. This can create a bit of problems when we edit two projects at the

Re: Proposal, Adopt .editorconfig in every project

2018-09-21 Thread Chris Rizzitello
This is a great idea! I'll see about making this the projects I'm working on. On Fri, Sep 21, 2018, 7:17 AM Tomaz Canabrava wrote: > > > On Fri, Sep 21, 2018 at 12:58 PM Kai Uwe Broulik > wrote: > >> Hi, >> >> I would suggest to have Kalgebra follow KDE Frameworks coding style then >> which use

Re: Proposal, Adopt .editorconfig in every project

2018-09-21 Thread Tomaz Canabrava
On Fri, Sep 21, 2018 at 12:58 PM Kai Uwe Broulik wrote: > Hi, > > I would suggest to have Kalgebra follow KDE Frameworks coding style then > which uses four spaces and no tabs, or add an editorconfig there. > > I have hardly encountered any KDE code that uses tabs, so this isn't a > widespread is

Re: Proposal, Adopt .editorconfig in every project

2018-09-21 Thread Kai Uwe Broulik
Hi, I would suggest to have Kalgebra follow KDE Frameworks coding style then which uses four spaces and no tabs, or add an editorconfig there. I have hardly encountered any KDE code that uses tabs, so this isn't a widespread issue imho. Placement of braces and asterisks might be inconsistent

Proposal, Adopt .editorconfig in every project

2018-09-21 Thread Tomaz Canabrava
Hello fellows. In kde software we strive to be inclusive, that means that we don't enforce a coding style in every new project, nor do we adapt to newer styles on old software. This can create a bit of problems when we edit two projects at the same time. For instance, on the KDE-Edu module, we ca