<%- await include("../../common-head.ejs.html") %>
<%- await include("../../common-nav.ejs.html") %>

Coding standards and style guide

C++ code

quick-lint-js’ C++ code is formatted using the clang-format tool, version 9.0.x. During development, use clang-format in one of two ways:

JavaScript and HTML

quick-lint-js’ web code (CSS, HTML, and JavaScript) is formatted using the Prettier tool. During development, use Prettier in one of two ways: