[PATCH] D49580: [WIP] Change clang-format to absolute indentation

2018-07-19 Thread Arnaud Coomans via Phabricator via cfe-commits
acoomans added a comment. An alternative to changing the whole behavior would be to make it a parameter / configuration option. Repository: rC Clang https://reviews.llvm.org/D49580 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://l

[PATCH] D49580: [WIP] Change clang-format to absolute indentation

2018-07-19 Thread Arnaud Coomans via Phabricator via cfe-commits
acoomans created this revision. Herald added a subscriber: cfe-commits. When running clang-format on specific lines, two types of indentation could be expectedi: - absolute indentation: the indentation one would get if the whole file were formatted; or - relative indentation: keep the indentati