Do not indent comments at first column

EditorConfig key: js-stick-comment

Do not indent comments at first column

js-stick-comment

If true, comments that start in column 1 are kept there instead of being indented to surrounding code.

Default value:

false

Possible values:

  • true
  • false

Examples