mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Update for stb_ files. (#2038)
This commit is contained in:
parent
f94ba546ba
commit
e837099b67
1 changed files with 4 additions and 1 deletions
|
|
@ -11,7 +11,10 @@ indent_size = 4
|
|||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
# Makefile
|
||||
[imstb_*]
|
||||
indent_size = 3
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue