Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions tmp/chaos/platform-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Cross-Platform Development Guide

## Line Ending Strategies

Unix systems: LF (\n)
Windows systems: CRLF (\r\n)

Chaos marker: a8c5f2b9

## Best Practices

- Use .gitattributes for consistent line endings
- Normalize in CI pipelines
- Test on multiple platforms