-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
Imported from lhcb/analysis-essentials#50.
I think we should have a section dedicated to how to configure popular text editors with a minimal configuration as easily as possible. This should be pushed in the prerequisites and only mentioned during lessons. Tutorials and customised configuration can be provided as links.
Obviously the definition of “minimal configuration” is debatable but my proposal is:
- Only use spaces and not tabs
- Make whitespace visible
- Inline linting for Python
Editors we should provide settings for:
- emacs @roelaaij
- vs code
- vim
- sublime @chrisburr
- maybe atom?