# top-most EditorConfig file
root = true

# rules for all files
[*]
indent_style = tab # we use tabs
indent_size = 4    # of size four
