WiP on stdatomic.h.
[platform/upstream/libatomic_ops.git] / .gitattributes
1 # Git repo attributes.
2
3 # Ensure all text files have normalized (LF) line endings in the repository.
4 * text=auto
5
6 # Note: "core.eol" configuration variable controls which line endings to use
7 # for the normalized files in the working directory (the default is native).