trufanov-nok / scantailor-universal

ScanTailor Universal - a fork based on Enhanced+Featured+Master versions of ST
http://scantailor.org
Other
181 stars 16 forks source link

ST Universal and Advanced code styling and differencies #123

Open maximka1812 opened 1 year ago

maximka1812 commented 1 year ago

I made lot of comparisons of source code with most active fork of ST Advanced - https://github.com/vigri/scantailor-advanced.

If we exclude real changes, it is lot of difference in licenses (start of files), variables naming, const word placement (makes no difference but comparison software can't ignore it) and also formatting of functions names where one use one line and another two lines and bracket on third line.

May be we can slowly write some automatic tool to at least get rid of such non important stuff? As it makes maintaining and merging much more simple for average guys who want to join?