Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 862 Bytes

tools-41de83f.md

File metadata and controls

21 lines (9 loc) · 862 Bytes

Tools

For the tools used for SAPUI5 content development, guidelines and recommendations have been introduced.

The following guidelines and recommendations apply:

  • To make issues with mixed tabs/spaces and windows-style linebreaks visible immediately, we recommend to configure your JavaScript editor to display whitespace and linebreak characters.

  • We also recommend to configure the code formatter of your code editor accordingly.

  • Do not use the auto formatter to format entire files. The auto formatter handles many lines and makes it more difficult to find out who actually wrote the code.

ESLint

SAPUI5 uses ESLint to check JavaScript sources. A recommended set of rules and settings can be found in our OpenUI5 project.