aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-format
AgeCommit message (Collapse)Author
2017-07-04Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan
b1268a1 clang-format: Delete ForEachMacros (Jorge Timón) 5995735 scripted-diff: Remove #include <boost/foreach.hpp> (Jorge Timón) 3eff827 scripted-diff: Remove BOOST_REVERSE_FOREACH (Jorge Timón) 33aed5b Fix const_reverse_iterator constructor (pass const ptr) (Jorge Timón) 300851e Introduce src/reverse_iterator.hpp and include it... (Jorge Timón) Tree-SHA512: df3405328e9602d0a433ac134ba59a5c9a6202ef64188df2f94a59b2ce58dec7c988b25d0671c7937de516a96b2e6daeb9d04c82fa363b616ee4cf6e9cb0fac6
2017-06-22clang-format: Delete ForEachMacrosJorge Timón
2017-06-15Make clang-format use C++11 features (e.g. A<A<int>> instead of A<A<int> >)practicalswift
2017-01-28[doc] Remove unused clang format dev scriptMarcoFalke
Also, update the clang format file to reflect the current coding style mentioned in the developer notes.
2015-11-05[trivial] clang-format: Set AlignAfterOpenBracket: falseMarcoFalke
2014-07-28Update coding style and add .clang-formatPieter Wuille