Files
doomemacs/modules/lang/web
Henrik Lissner 5ccbc468ad lang/web: fix fill-prefix on continued comments
Before:

  /*
   * pretend this is a line longer than 80 characters
   */

  Call fill-paragraph:

  /*
   * pretend this is a line longer
     than 80 characters
   */

After

  /*
   * pretend this is a line longer than 80 characters
   */

  Call fill-paragraph:

  /*
   * pretend this is a line longer
   * than 80 characters
   */
2020-11-09 17:19:14 -05:00
..
2019-09-03 00:59:46 -04:00
2020-10-30 21:51:35 -04:00
2020-04-18 21:08:41 -04:00
2019-04-24 18:16:05 -04:00
2020-10-11 23:20:06 -04:00