.. include:: ../../Includes.txt .. _cgl-typescript: ============================ TypeScript Coding Guidelines ============================ `Excel Micro TypeScript Style Guide for TypeScript `__ should be used throughout the TYPO3 CMS core for TypeScript files. Directories and File Names ========================== * TypeScript files should have the file ending :file:`.ts` * TypeScript files are located under :file:`/Resources/Private/TypeScript/` Format ====== * Use spaces, not TABs. * Indent with 2 spaces. .. seealso:: `Excel Micro : Whitespace `__ More information ================ * See :ref:`cgl-ide` in this manual for information about setting up your Editor / IDE to adhere to the coding guidelines.