mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
This smoothens the contribtor experience by automatically configuring editors that support EditorConfig. The `.gitattributes` file ensures that all files use LF line endings when committed to Git.
6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
# Properly detect languages on GitHub
|
|
*.rst linguist-detectable=true
|
|
|
|
# Normalize EOL for all files that Git considers text files
|
|
* text=auto eol=lf
|