Skip to content

Indentation shift #86

@aymericbeaumet

Description

@aymericbeaumet

By now, the indentation is made this way:

for (var i in test)
  {
    alert('test');
  }

I would like to do it like so:

for (var i in test)
{
  alert('test');
}

I don't find any customization variables in the plugin. How can I do?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions