PyCharm Preferences Note
- This is a personal memo that says "It's OK to set this for the time being"
- Edit from time to time
Menu bar> Preference
Editor
General
- Appearance
- Show line numbers -> ON
- Show method separators -> ON
- Show whitespaces -> ON
Colors & Fonts
Code Style
- Default Optoins > Right margin (columns): 120 -> 80
File and Code Templates
#!/usr/bin/env python
# -*- coding: utf-8 -*-