godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.69k stars 527 forks source link

Add `.editorconfig`, consolidate `.gitattributes` #1506

Closed Repiteo closed 3 months ago

Repiteo commented 3 months ago

Implements an .editorconfig, acting as a simplified version of the one found in the main repo. .gitattributes was simplified even further, granting uniform EOL normalization as this repo doesn't have the same edge-cases as the main repo.

dsnopek commented 2 months ago

Cherry-picked for 4.2 in PR https://github.com/godotengine/godot-cpp/pull/1527

dsnopek commented 2 months ago

Cherry-picked for 4.1 in PR https://github.com/godotengine/godot-cpp/pull/1529