Skip to content

Commit 574738e

Browse files
committed
docs: update copilot instructions to clarify indentation and whitespace rules
1 parent 76db613 commit 574738e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ When creating or modifying scripts in the `gh-cli` directory, ensure:
99
- We make sure to paginate (`--paginate`) when retrieving results
1010
- Note any special permissions/token requirements
1111
- If modifying input parameters to a script, make sure to update the respective `README.md` in the script directory (if applicable)
12+
- Use only `2` spaces for indentation - not `4`
13+
- Do not leave any trailing whitespace at the end of lines
1214

1315
## README.md documentation
1416

0 commit comments

Comments
 (0)