mirror of
https://github.com/atom/atom.git
synced 2026-02-09 22:24:59 -05: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.');
|
|
}
|