Newer
Older
imgui / .editorconfig
@Chris Savoie Chris Savoie on 16 Jan 2019 153 bytes Add editor config for 4 spaces instead of tab.
# editorconfig.org

# top-most EditorConfig file
root = true

# Default settings:
# Use 4 spaces as indentation
[*]
indent_style = space
indent_size = 4