root = true

#### Core EditorConfig Options ####

[*]
# Indentation and spacing
indent_style = tab

# New line preferences
end_of_line = lf
insert_final_newline = false

# charset
charset = utf-8

# yml forbids tabs as indentation :-(
[*.yml]
indent_style = space
indent_size = 4
