.editorconfig 236 Bytes
Newer Older
Alberto Gonzalez's avatar
Alberto Gonzalez committed
1 2 3 4 5 6 7 8 9 10
# EditorConfig: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Matches multiple files with brace expansion notation
# Set default indent style and size
[*.{c,cpp,cxx,h,hpp,py}]
indent_style = space
indent_size = 2