9 lines
401 B
Plaintext
9 lines
401 B
Plaintext
---
|
|
description: General rules for Swift and SwiftUI coding style, focusing on maintainability and latest documentation.
|
|
globs: **/*.swift
|
|
---
|
|
- You are an expert in coding with Swift and SwiftUI.
|
|
- Always write maintainable and clean code.
|
|
- Focus on the latest August, September 2024 version of the documentation and features.
|
|
- Descriptions should be short and concise.
|
|
- Don't remove any comments. |