Format a line if a range in its leading whitespace was selected.
With [] marking the selected range, clang-format invoked on [ ] int a; Would so far not reformat anything. With this patch, it formats a line if its leading whitespace is touched. llvm-svn: 176435
Loading
Please register or sign in to comment