gaulliath/operative-framework

Issue with incorrect indentation compatibility on OS X

jackleonard opened this issue · 3 comments

Mixture of Tabs & Spaces not supported by OS X Python Interpreter

Mixture of Tabs & Spaces not supported by OS X Python Interpreter
screen shot 2018-03-05 at 4 52 26 pm

Hello,

Thanks for using Operative Framework.

Please launch operative framework without opening on IDE/TextEditor, or configure your IDE/TextEditor with correct tab space example here:

"Set your editor to use 4 spaces for indentation.
Make a search and replace to replace all tabs with 4 spaces.
Make sure your editor is set to display tabs as 8 spaces.
"

Source: https://stackoverflow.com/questions/5685406/inconsistent-use-of-tabs-and-spaces-in-indentation

The answer you're quoting is following up with:

Note: The reason for 8 spaces for tabs is so that you immediately notice when tabs have been inserted unintentionally - such as when copying and pasting from example code that uses tabs instead of spaces.

So I think it's supporting @jackleonard s point here. Right?