Jatana / FastOlympicCoding

Tools for competitive programming for Sublime Text 3 & 4
399 stars 48 forks source link

fix cursor placement when translate_tabs_to_spaces is true #3

Closed ShafinKhadem closed 6 years ago

ShafinKhadem commented 6 years ago

Cursor placement after for loop completion was wrong when 'translate_tabs_to_spaces' is true.

Before: before

After: after

Jatana commented 6 years ago

I corrected your code formatting, and committed by myself.