Skip to content
  • Daniel Jasper's avatar
    Let clang-format move the cursor appropriately. · 2a250b8b
    Daniel Jasper authored
    With this patch, clang-format will try to keep the cursor at the
    original code position in editor integrations (implemented for emacs and
    vim). This means, after formatting, clang-format will try to keep the
    cursor on the same character of the same token.
    
    llvm-svn: 182373
    2a250b8b
Loading