/find-long-lines-in-file

That script spots long lines in code.

Primary LanguagePython

Very long lines of the code is a common problem in programming style among careless developers. 
Especially in the C  code for microcontrollers. 

Since programs often have to be compared in winMerge code must be narrow enough to be observed on the half of the screen.

That utility searches and finds long lines in the code.


Example of *.bat file:

python find_long_lines.py someSrcFile.c  80
pause