Skip to content

Commit cd7a983

Browse files
authored
chore: formatting and duplicate lines in copilot instructions
1 parent 1de6def commit cd7a983

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

angular-example/.github/copilot-instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Angular
22

33
- For Angular always write HTML, CSS and TS into one file
4-
- Always use ``standalone`` components for Angular
5-
- Always use ``@if``, `@for` instead of `*ngIf`, `*ngFor`
4+
- Always use `standalone` components for Angular
5+
- Always use `@if`, `@for` instead of `*ngIf`, `*ngFor`
66
- Always use DB UX for CSS variables
7-
- Don't inline ``style`` use the `styles` property from `@Component`
8-
- Don't use ``px`` values for styling use `variables` instead
7+
- Don't inline `style` use the `styles` property from `@Component`
8+
- Don't use `px` values for styling use `variables` instead
99

1010
--- START: DB UX Copilot Instructions – do not edit below ---
1111

0 commit comments

Comments
 (0)