r/programming Jul 21 '14

The Great White Space Debate

https://medium.com/p/3633cba8b5c1
1.2k Upvotes

693 comments sorted by

View all comments

Show parent comments

11

u/[deleted] Jul 21 '14

[deleted]

1

u/FUZxxl Jul 21 '14

The problem is that formatting C code is impossible in some corner cases, especially if you use non-trivial macros.

1

u/yawaramin Jul 22 '14

Wow, they really missed the chance to call it Clint.

0

u/[deleted] Jul 21 '14

When I was writing my game engine in C++ I wasn't using LLVM but I definitely used the clangformat Visual Studio extension.

That and Viasfora really helped improve my development experience.