Compare commits

..

1 Commits

Author SHA1 Message Date
Siara
001d7c9b90 Update ql-style-guide.md 2024-05-28 13:28:36 -07:00

View File

@@ -2,13 +2,13 @@
## Introduction
TODOCS
This document describes how to format the code you contribute to this repository. It covers aspects such as layout, white-space, naming, and documentation. Adhering to consistent standards makes code easier to read and maintain. Of course, these are only guidelines, and can be overridden as the need arises on a case-by-case basis. Where existing code deviates from these guidelines, prefer consistency with the surrounding code.
Note, if you use [CodeQL for Visual Studio Code](https://docs.github.com/en/code-security/codeql-for-vs-code/), you can autoformat your query in the editor.
Words in *italic* are defined in the [Glossary](#glossary).
TODOCS
## Indentation
1. *Always* use 2 spaces for indentation.
1. *Always* indent: