Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes indentation on page #9

Open
alnafie opened this issue Feb 19, 2013 · 2 comments
Open

Removes indentation on page #9

alnafie opened this issue Feb 19, 2013 · 2 comments

Comments

@alnafie
Copy link

alnafie commented Feb 19, 2013

Tried it with HTML and Plain Text. Causes indentation to be removed. Currently using Tab-width:4, no-spaces.

@imdark
Copy link
Contributor

imdark commented May 10, 2014

Could you give a text example?
I have not seen this happen.

@rostamiani
Copy link

Before BIDI:

public function __construct()
{
    parent::__construct();
    // Initialisation
}

After BIDI:

public function __construct()
{
parent::__construct();
// Initialisation
}

It seems that all tabs are converted into spaces!
I'm using Sublime 3 Build 3065

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants