Improve Win2D editor hover feedback
This commit is contained in:
@@ -25,6 +25,7 @@ This repository follows the local `.editorconfig` and the style visible in the c
|
||||
## Braces And Blocks
|
||||
|
||||
- Use braces for multi-line bodies.
|
||||
- If nesting a for-loop under another for-loop, always include curly braces in the parent for-loop.
|
||||
- Omit braces for simple single-line embedded statements when readability stays clear.
|
||||
- Nested control flow with multi-line bodies should use braces at every multi-line level.
|
||||
- Keep opening braces on the next line for types, methods, properties, accessors, and control blocks.
|
||||
|
||||
Reference in New Issue
Block a user