General->Use soft wraps in editor; 4. Set "soft-wrap files" "The value is "*.md; *.txt; *.rst; *.adoc; *.py"."/> General->Use soft wraps in editor; 4. Set "soft-wrap files" "The value is "*.md; *.txt; *.rst; *.adoc; *.py".">
Home > Article > Backend Development > How to automatically wrap lines in pycharm
The steps for pycharm to set automatic line wrapping are: 1. Open pycharm and select "file"; 2. Select the "Setting" option; 3. Click Editor->General->Use soft wraps in editor; 4. Set the "soft-wrap files" value to "*.md; *.txt; *.rst; *.adoc; *.py".
#The operating system of this tutorial: Windows 10 system, PyCharm 2023.3 version, Dell G3 computer.
If you want pycharm to set automatic line wrapping to be effective for all files, you must operate in the setting.
1. Open pycharm and select "file"
2. Select "Setting "Option
3. Click Editor -> General -> Use soft wraps in editor.
4. Set the "soft-wrap files" value to *.md; *.txt; *.rst; *.adoc; *.py.
The above is the detailed content of How to automatically wrap lines in pycharm. For more information, please follow other related articles on the PHP Chinese website!