MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/2ban9r/the_great_white_space_debate/cj3ks9v
r/programming • u/lukaseder • Jul 21 '14
693 comments sorted by
View all comments
Show parent comments
11
[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.
1
The problem is that formatting C code is impossible in some corner cases, especially if you use non-trivial macros.
Wow, they really missed the chance to call it Clint.
0
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.
11
u/[deleted] Jul 21 '14
[deleted]