anpaza commented on issue #459: stm32h7: support SDRAM via FMC peripherial
URL: https://github.com/apache/incubator-nuttx/pull/459#issuecomment-597112831
 
 
   > > Why not be merciful and stop anpanza's suffering some way.
   > 
   > I agree. @anpaza It id is Ok with you, when I have time this week or on 
the weekend I will pull it in and fix it.
   
   If you tell me how, I can fix it myself. But I don't get what ruler everyone 
talks about. If it means you can use lines of unlimited size, it is not too 
handy for reading. Not everybody uses Helv.8. In my own code I usually move the 
comment from extra long lines before the #define, e.g:
   
   /* this is something */
   #define SOMETHING 1
   /* this is something else */
   #define SOMETHING_ELSE 2
   
   but with the blank-line-after-comment-rule that becomes way too sparse. So 
the only solution I have found is to move the comment to next line, and nxstyle 
didn't object.
   
   It would be good to have an .rc file for GNU indent that would allow to 
automatically reflow code according to desired rules. But, although indent has 
zillions of options, I doubt it can handle every nx rule. Maybe fork GNU 
indent? Don't know.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to