Fixed stray end of line blanks, added comments in .editorconfig, tweaked some headers.

This commit is contained in:
omar
2020-04-07 14:46:46 +02:00
parent 4e7ceb5f90
commit 832fda8488
9 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
// Wrapper to use FreeType (instead of stb_truetype) for Dear ImGui
// dear imgui: wrapper to use FreeType (instead of stb_truetype)
// Get latest version at https://github.com/ocornut/imgui/tree/master/misc/freetype
// Original code by @vuhdo (Aleksei Skriabin). Improvements by @mikesart. Maintained and v0.60+ by @ocornut.

View File

@ -1,4 +1,4 @@
// Wrapper to use FreeType (instead of stb_truetype) for Dear ImGui
// dear imgui: wrapper to use FreeType (instead of stb_truetype)
// Get latest version at https://github.com/ocornut/imgui/tree/master/misc/freetype
// Original code by @Vuhdo (Aleksei Skriabin), maintained by @ocornut