Introduction
Integrated Solutions
- Custom Development
Programming in C/C++? Dephy C/C++ Programming Style Guide
The Black style guide should be followed in all python scripts in order
There is only one modification made to the style: Only tabs (tabulations) are used for indentation.
Use this formatted with your IDE of choice: https://pypi.org/project/black-but-with-tabs-instead-of-spaces/
For usage with Sublime Text 3: Install the formatted above. Use this plugin to run the formatted: https://github.com/csurfer/sublime_black
Instructions coming soon.
Use pylint with the following options:
--indent-string='\t' --disable=C0330