Re: [tryton-dev] 80 cols on XML file

2017-12-22 Thread Cédric Krier
On 2017-12-20 15:55, Cédric Krier wrote: > Hi, > > I think we should remove the 80 cols limit on XML file. > The rational is that XML file are indented by 4 spaces with at least 2 > indentation ( and ) but also XML is quite verbose. > So we reach the limit very quickly and so we add line break whi

Re: [tryton-dev] 80 cols on XML file

2017-12-21 Thread Raimon Esteve
+1 Regards -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/CAN2HbXUfwDuPuFQ61DR46dz9qHH5QK9aQ%2BhZNw2bXHBQEvmEPA%40mail.gmail.com.

Re: [tryton-dev] 80 cols on XML file

2017-12-21 Thread Richard PALO
Le 20/12/2017 à 16:45, Bernat Brunet a écrit : 2017-12-20 15:55 GMT+01:00 Cédric Krier mailto:cedric.kr...@b2ck.com>>: Hi, I think we should remove the 80 cols limit on XML file. The rational is that XML file are indented by 4 spaces with at least 2 indentation ( and ) but als

Re: [tryton-dev] 80 cols on XML file

2017-12-20 Thread Bernat Brunet
2017-12-20 15:55 GMT+01:00 Cédric Krier : > Hi, > > I think we should remove the 80 cols limit on XML file. > The rational is that XML file are indented by 4 spaces with at least 2 > indentation ( and ) but also XML is quite verbose. > So we reach the limit very quickly and so we add line break wh

[tryton-dev] 80 cols on XML file

2017-12-20 Thread Cédric Krier
Hi, I think we should remove the 80 cols limit on XML file. The rational is that XML file are indented by 4 spaces with at least 2 indentation ( and ) but also XML is quite verbose. So we reach the limit very quickly and so we add line break which makes the XML more difficult to read. Also most of