Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Forcing yourself to indent code?

Name: Anonymous 2010-04-22 15:00

How do you do it, guys?
I seem to only really indent my code when I use python.

tl;dr how can I improve my coding style?

Name: Anonymous 2010-04-24 20:15

>>41
I think indent has been abandoned and is not very useful nowadays. It performs rather miserably with C99 syntax, and I have even seen it crash when faced with certain C++ constructs.

That and it has way too many options, with highly clunky syntax. I occasionally fantasize of having an indenter that defined its rules based on contextual analysis of code snippets -- so the config file would essentially be a short C program on which to base the reindentation of its input files.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List