1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-02-17 11:08:42 +01:00

Add editor config for 4 spaces instead of tab.

This commit is contained in:
Chris Savoie 2018-08-22 22:19:55 -07:00 committed by omar
parent 8cbb91261e
commit 83810039d1

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# editorconfig.org
# top-most EditorConfig file
root = true
# Default settings:
# Use 4 spaces as indentation
[*]
indent_style = space
indent_size = 4