pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

Issue# 430, Fixing Indentation levels

Open zevnux opened this issue 10 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

Any updates on this case?

jordandevogelaere avatar Sep 07 '23 06:09 jordandevogelaere