jdryg / vg-renderer

A vector graphics renderer for bgfx, based on ideas from NanoVG and ImDrawList (Dear ImGUI)
BSD 2-Clause "Simplified" License
503 stars 55 forks source link

feat: editor config file to make contributions more consistent #34

Closed simsaens closed 2 months ago

simsaens commented 2 months ago

I found my initial PR did not match spacing (used spaces instead of tabs). By adding an .editorconfig file we can make it easier for contributors to match the existing line and spacing styles

For this I have simply copied the bgfx .editorconfig and removed the bgfx specific subfolder overrides