None
ET
My Code Formatting Guidelines
['Declan Chidlow']
Vale.Rocks Posts
I’m strongly of the opinion that code should be formatted in such a way that it is representative of how the code is run, and also in such a way that text editors can handle it gracefully and adapt its display to the user’s preferences. const variable = 'String Content' ; const variable = "String Content" ; Rather than a diff showing the implementation of a new line and a comma on the previous line, it will only display the actual change, a new line.