mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 18:24:09 +03:00
9 lines
201 B
JavaScript
9 lines
201 B
JavaScript
|
/**
|
||
|
* Look, this is a comment. Don't go making assumtions that I want soft tabs
|
||
|
* because this block comment has leading spaces, Geez.
|
||
|
*/
|
||
|
|
||
|
if (beNice) {
|
||
|
console.log('Thank you for being nice.');
|
||
|
}
|