mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03: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
|