[libopencm3-devel] stylecheck

2014-12-19 Thread Chuck McManis
I'm getting closer to being "done" with my rcc fixup stuff and thought I would run 'make stylecheck' to start ensuring its style compliant. Clearly this hasn't been run in a while :-) One of the challenges has been that descriptive flag names (for example: (RCC_PLLCFGR & ~(RCC_PLLCFGR_PLL_MASK |

Re: [libopencm3-devel] stylecheck

2014-12-19 Thread Karl Palsson
For my own personal statement, I think "close" to 80 is close enough, and I consider the other items that stylecheck raises to be more important. I find that the warning at 80 is appropriate as it encourages nothing to get out of hand. I do feel bad that the rest of the stylecheck guidelines were

Re: [libopencm3-devel] stylecheck

2014-12-19 Thread Kuldeep Singh Dhaka
`young gun` here ;) i was born when Intel Pentium was introduced. im ok with legacy style but i feel now a days screen have grown bigger. and as of screen in 2014, pixel is preferred over chars for calculating size. geany has a green line after 72 char, so, i usually use it for breaking up. no