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 cdca339 commit 804c930Copy full SHA for 804c930
.github/instructions/lldb.instructions.md
@@ -6,8 +6,8 @@ When reviewing code, focus on:
6
7
## Language, Libraries & Standards
8
9
-- Target C++17 and avoids vendor-specific extensions.
10
-- For Python scripts, follow PEP 8 formatting and use tools like `black` or `darker`.
+- Target C++17 and avoid vendor-specific extensions.
+- For Python scripts, follow PEP 8.
11
- Prefer standard library or LLVM support libraries instead of reinventing data structures.
12
13
## Comments & Documentation
0 commit comments