Blame .editorconfig

Packit ae9e2a
; Check http://editorconfig.org/ for more informations
Packit ae9e2a
; Top-most EditorConfig file
Packit ae9e2a
root = true
Packit ae9e2a
Packit ae9e2a
; tab indentation
Packit ae9e2a
[*]
Packit ae9e2a
indent_style = tab
Packit ae9e2a
trim_trailing_whitespace = true
Packit ae9e2a
insert_final_newline = true
Packit ae9e2a
Packit ae9e2a
; 4-column space indentation
Packit ae9e2a
[*.md]
Packit ae9e2a
indent_style = space
Packit ae9e2a
indent_size = 4