Firstly, I should say I have the default settings of 'Don't replace tabs with spaces' and have tabstop set to 4.
Take a line that is tabbed in two tabs from the left-hand edge. Press <end> to go to the end of the line. Hold <shift> and press <home> so that you select everything up to the beginning of the line but not the two tabs. <Ctrl-C> to copy the line, <end><return><home> to insert a blank line below and return the cursor to the far left edge, then <ctrl-V> to paste the new line. You should see that the line appears to have two tabs at the end of it. The number of tabs at the end is identical to the number of tabs at the beginning of the copied line.