craftablescience / ChiraEngine

A customizable MIT-licensed game engine.
https://craftablescience.info/ChiraEngine/
MIT License
33 stars 6 forks source link

feat: create .editorconfig #84

Closed ashifolfi closed 6 months ago

ashifolfi commented 6 months ago

Create an EditorConfig file to instruct editors that support VS C++ properties (Visual Studio/Visual Studio Code) how C++ code should be formatted.

Most editors should also respect the 4 wide tab indentation and new line at end of file.