.. include:: /Includes.rst.txt .. highlight:: bash .. index:: single: Code Contribution Workflow; setup IDE .. _setup-ide: ============== Setup your IDE ============== In the Appendix, you can find some hints that might be useful for :ref:`phpstorm-setup`. .. index:: single: Code Contribution Workflow; setup coding guidelines .. _coding-guidelines: Coding Guidelines ----------------- There is an .editorconfig file in the TYPO3 core repository. See http://EditorConfig.org for more information. Please note that the rules in :file:`.editorconfig` are very minimal. So, additionally, setup your editor / IDE to use the recommendation as described in the :ref:`Coding Guidelines of TYPO3 `. See :ref:`PhpStorm setup CGL ` for information about setting up PhpStorm to comply with the Coding Guidelines.