Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into stb-updates

This commit is contained in:
Rob Loach 2021-12-16 11:55:29 -05:00
commit fb88f6c6fc
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A
2 changed files with 15 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# EditorConfig: https://EditorConfig.org
root = true
[*]
indent_style = space
charset = utf-8
end_of_line = lf
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[clib.json]
indent_size = 2

View File

@ -4,5 +4,6 @@
"repo": "Immediate-Mode-UI/Nuklear",
"description": "A small ANSI C gui toolkit",
"keywords": ["gl", "ui", "toolkit"],
"license": "MIT, Unlicense",
"src": ["nuklear.h"]
}