emacsorphanage / dart-mode

An Emacs mode for the Dart language
GNU General Public License v3.0
15 stars 2 forks source link

Please adhere to any default fill-column value #126

Open lenlo opened 8 months ago

lenlo commented 8 months ago

dart-mode's initializer sets the fill-column to a hardwired value of 80, thus ignoring any existing default fill-column value set by the user. Please use the default value instead, if one exists.