prettier/tests/comments/preserve-new-line-last.js

11 lines
117 B
JavaScript

function name() {
// comment1
func1()
// comment2
func2()
// comment3 why func3 commented
// func3()
}