I\'m writing some C at the moment and because I like whitespace sensitive syntax, I\'d like to write it like this:
#include int main(void)
Python-style indentation for C.
Looks like it is what you are looking for.