diff --git a/tmp/chaos/platform-guide.md b/tmp/chaos/platform-guide.md new file mode 100644 index 00000000000..5660bd5841a --- /dev/null +++ b/tmp/chaos/platform-guide.md @@ -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