Skip to content
Snippets Groups Projects
.editorconfig 236 B
Newer Older
Karsten Suehring's avatar
Karsten Suehring committed
# 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