aabzel / find-long-lines-in-file

That script spots long lines in code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


About

That script spots long lines in code.


Languages

Language:Python 100.0%