mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -07:00
added editor config
This commit is contained in:
27
.editorconfig
Normal file
27
.editorconfig
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*.refactor]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.{h, c, hpp, cpp}]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.{ps1, psm1}]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.odin]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 2
|
||||||
|
charset = utf-8
|
||||||
|
|
||||||
|
|
||||||
|
[*.{natvis, natstepfilter}]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
@@ -1,6 +1,6 @@
|
|||||||
# VE Font Cache : Odin Port
|
# VE Font Cache : Odin Port
|
||||||
|
|
||||||
This is a port of the library base on [fork](https://github.com/hypernewbie/VEFontCache)
|
This is a port of the library base on the [original](https://github.com/hypernewbie/VEFontCache).
|
||||||
|
|
||||||
Its original purpose was for use in game engines, however its rendeirng quality and performance is more than adequate for many other applications.
|
Its original purpose was for use in game engines, however its rendeirng quality and performance is more than adequate for many other applications.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user