Files
godot-docs/.gitattributes
Hugo Locurcio 24d0a7ec39 Add .editorconfig and .gitattributes files for automatic settings (#4700)
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.
2021-03-01 17:52:52 +01:00

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