Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
piyush_soni
on Jan 12, 2017
|
parent
|
context
|
favorite
| on:
A Prettier JavaScript Formatter
In the section of 'respecting patterns', I was really expecting that it'd maintain my style of curly braces if they're already there, which has same indentation level (and on new line) for a function's opening and closing braces.
e.g. :
function something()
{
}
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
e.g. :
function something()
{
}