Indentation Style?

Was looking at indentation styles for javascript and found this. Thought it was interesting because I seem to be doing the Allman Style


image

image

I prefer this because it seems more readable for me, I can see the statements separated in space and the matching brackets should just line up. Also it lets me see the see the ‘scope’ ( think I am using that correctly) of variables when I am trying to make functions more easily

Ill probably just use this to learn with and switch it later on