Svelvet icon indicating copy to clipboard operation
Svelvet copied to clipboard

Issue# 430, Fixing Indentation levels

Open zevnux opened this issue 9 years ago • 3 comments

Fixed indentation level detection. Made the following changes.

  • Added error 117 and 118 to detect misuse of tabs or spaces depending on the initial tab
  • Added new variable initial_tab to hold and remember the initial tab type used
  • Changed tab detection from 8 spaces to "\t" for consistency

zevnux avatar Dec 02 '15 03:12 zevnux