Re: [Interest] 80 column enforcement under Linux

2019-01-22 Thread roland
So far it seems to work just fine. While we compile using c++14, none of us skim the edge. There is such a thing as a mature product. One which does a good job needing little to no maintenance. Quoting Matthew Woehlke : On 18/01/2019 17.44, rol...@logikalsolutions.com wrote: I was

Re: [Interest] 80 column enforcement under Linux

2019-01-22 Thread Matthew Woehlke
On 18/01/2019 17.44, rol...@logikalsolutions.com wrote: > I was unaware Artistic Style is dead. Haven't found a line length thing > in it anyway. I am using Artistic Style for formatting because the > default QtCreator coding style and a project level .astylerc of this: Hmm... well, maybe, maybe

Re: [Interest] 80 column enforcement under Linux

2019-01-18 Thread Roland Hughes
You Da Man! Can't wait to try that this weekend. Thanks! On 1/18/19 4:56 PM, Furkan Üzümcü wrote: I’m not 100% sure if this is what you are looking for but astyle has a max-code-length option you can use. It does the job for me. http://astyle.sourceforge.net/astyle.html#_max-code-length

Re: [Interest] 80 column enforcement under Linux

2019-01-18 Thread Furkan Üzümcü
I’m not 100% sure if this is what you are looking for but astyle has a max-code-length option you can use. It does the job for me. http://astyle.sourceforge.net/astyle.html#_max-code-length Regards, Furkan Üzümcü On Jan 18, 2019, 17:53 -0500, rol...@logikalsolutions.com, wrote: > Thanks for the

Re: [Interest] 80 column enforcement under Linux

2019-01-18 Thread roland
Thanks for the feedback gentleman. I was unaware Artistic Style is dead. Haven't found a line length thing in it anyway. I am using Artistic Style for formatting because the default QtCreator coding style and a project level .astylerc of this: # If you have astyle installed on your Linux

Re: [Interest] 80 column enforcement under Linux

2019-01-18 Thread Matthew Woehlke
On 18/01/2019 13.54, Michael Jackson wrote: > I would think that clang-format should be able to help you out with this. It > is part of the LLVM download. Ugh... clang-format... Be warned: clang-format's version of line length enforcement is *very* draconian. There is exactly one, and *only*

Re: [Interest] 80 column enforcement under Linux

2019-01-18 Thread Michael Jackson
I would think that clang-format should be able to help you out with this. It is part of the LLVM download. -- Michael Jackson | Owner, President BlueQuartz Software [e] mike.jack...@bluequartz.net [w] www.bluequartz.net On 1/17/19, 11:32 AM,