We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b9ce2 commit 7a69130Copy full SHA for 7a69130
docs/prompts/cleanup.prompt.md
@@ -0,0 +1,6 @@
1
+Cleanup code:
2
+- Removing unnecessary comments and ensuring the project file is concise. Retain XML doc comments.
3
+- Add comments for clarity where needed.
4
+- Ensure the code is formatted correctly and follows best practices. The following rules should also be applied:
5
+ - Leave a newline before and after if. Do not use single line if and instead use opening and closing braces.
6
+ - In general, leave a newline between code that is not directly related.
0 commit comments