nus-cs2113-AY2122S1 / forum

3 stars 1 forks source link

💡 Disable automatic line wrap for Markdown in IntelliJ #122

Closed richwill28 closed 2 years ago

richwill28 commented 2 years ago

A follow-up tip of this question https://github.com/nus-cs2113-AY2122S1/forum/issues/121.

The recommendation is to avoid wrapping Markdown lines at a specified length. So to make life easier, you can disable this feature on IntelliJ just for Markdown. Here are the steps:

  1. If you're on Windows, navigate to File > Settings > Code Style > Markdown > Wrapping and Braces Note: The layout on Mac might be slightly different
  2. Set Hard wrap at to a high value (e.g., 999)
  3. Set Wrap on typing to No
  4. Apply
wrap
richwill28 commented 2 years ago

Closing this issue to keep the forum clean.