1. Open Sublime Text 3

  2. Click on Preferences -> Key Bindings - User

  3. Make sure you have the following line:

    [
        { "keys": ["ctrl+k", "ctrl+d"], "command": "reindent", "args": {"single_line": false} }
    ]