mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
EditorConfig: Further tweaks (#2038)
This commit is contained in:
parent
83810039d1
commit
f2c92808f8
2 changed files with 8 additions and 0 deletions
|
|
@ -8,3 +8,10 @@ root = true
|
|||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
# Makefile
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue