# top-most EditorConfig file
root = true
# rules for all files
# we use tabs with indent size 4
[*]
indent_style = tab
indent_size = 4
tab_width = 4
[*.sql]
indent_style = space