-
Notifications
You must be signed in to change notification settings - Fork 10
Home
christos-tsotskas edited this page Oct 9, 2015
·
2 revisions
Welcome to the SocialForceModel wiki!
-
You can activate the PyDev code-formatter with Ctrl+Shift+F (preferences at: window > preferences > pydev > editor > code style > code formatter -- you can even enable it to work automatically)
-
Still, the internal PyDev code-formatter is pretty conservative and won't do many transformations required for 100% compatible PEP8 code, so, if it's not enough for your needs, you have some options:
-
You can use autopep8.py which is also integrated into PyDev by default in the latest version (you just need to enable it in the preferences > pydev > editor > code style > code formatter > use autopep8.py for code formatting?)