> For the complete documentation index, see [llms.txt](https://docs.ushahidi.com/platform-developer-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ushahidi.com/platform-developer-documentation/dev-legacy-v3/development-and-code/coding-standards.md).

# Coding Standards

## Platform API

Ushahidi uses PSR2 with tabs instead of spaces. Our ruleset is found in [src/ruleset.xml](https://github.com/ushahidi/platform/blob/develop/src/ruleset.xml).

## Platform Client

We are using JavaScript version E6. Our ruleset is found in [.jshintrc](https://github.com/ushahidi/platform-client/blob/develop/.jshintrc)
