Comment on Ask HN: Examples of Unusual Code Formatting Styles?Comments−muzani4yI like Google's HTML style where they don't close some tags </li> and omit optional tags like <html> and <body>Example: <!-- Recommended --> <!DOCTYPE html> <title>Saving money, saving bytes</title> <p>Qed. https://google.github.io/styleguide/htmlcssguide.html#HTML_F...−isbvhodnvemrwvn4yDisgusting. I bet the person who came up with it doesn't close their parentheses.−netizen-9368244yOh no, where will it end
Comments
I like Google's HTML style where they don't close some tags </li> and omit optional tags like <html> and <body>
Example:
https://google.github.io/styleguide/htmlcssguide.html#HTML_F...Disgusting. I bet the person who came up with it doesn't close their parentheses.
Oh no, where will it end