LoginSignup
2
3

More than 5 years have passed since last update.

PyCharm環境設定メモ

Posted at
  • 「とりあえずこれ設定しときゃOK」な自分用メモです
  • 随時編集します

メニューバー > Preference

Editor

General

  • Appearance
    • Show line numbers -> ON
    • Show method separators -> ON
    • Show whitespaces -> ON

Colors & Fonts

  • Scheme: [Darcula]

Code Style

  • Default Optoins > Right margin (columns): 120 -> 80

File and Code Templates

  • Files
    • Python Script
#!/usr/bin/env python
# -*- coding: utf-8 -*-
2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3