Sublime Forum

Style of indents

#1

Hi,
I’ve just done a nightly update and found out indenting works slightly different now

[code]
public function get_relationships($result)
{
// logic
}

// should be:
public function get_relationships($result)
{
// logic
}[/code]

When I write line #1 and press return, the tab is already there - if I put the braces on the same line as function, it works fine, but I’m following CI style and they have the braces on a new line :frowning:

Thanks for any help

0 Likes

#2

New build came out and it seems to fix it / cater for both styles (braces on the same line and new line)

MUCH LOVE :smiley: <3

0 Likes