Actions
PyCharm Settings » History » Revision 8
« Previous |
Revision 8/17
(diff)
| Next »
Alexander Watzinger, 2021-07-16 12:43
- Table of contents
- Editor -> General
- Editor -> Code Style
- Editor -> Code Style -> Python -> Tab Imports
- Nosetests
- Preferences
Some settings when using PyCharm IDE
Editor -> General¶
Remove trailing spaces on: All lines
Ensure every saved file ends with a line break = Checked
Editor -> Code Style¶
Set hardwrap to 80 columns
Editor -> Code Style -> Python -> Tab Imports¶
- Sort import statements
- Sort imported names in "from" imports
- Sort plain and "from" imports separately within a group
- Join imports with the same source
Nosetests¶
Target: Choose Script path and enter path to tests, e.g. /home/alex/projects/www/openatlas/tests
Additional Arguments: --with-coverage --cover-package openatlas --cover-html --cover-tests --cover-erase
Preferences¶
These are some personal preferences which don't have any effect on submitted code.
Font¶
- Font: DejaVu Sans Mono
- Size: 13
- Line spacing: 1.2
Updated by Alexander Watzinger over 1 year ago · 8 revisions