Search found 1 match
- Sat Oct 01, 2011 7:33 pm
- Forum: General
- Topic: Long Lines in Code Listings
- Replies: 2
- Views: 5462
Long Lines in Code Listings
Many languages support a line continuation mechanism to accept long identifiers and string constants in source files, such as ending a line with a backslash. There are also tools to reformat source files to use consistent indenting, etc. -- some allow you to set a max. line length and will use the ...