.editorconfig 289 Bytes
Newer Older
1 2 3 4 5
; Check http://editorconfig.org/ for more informations
root = true

[*]
indent_style = tab
6
tab_width = 8
7 8 9
trim_trailing_whitespace = true
insert_final_newline = true

10 11 12 13
[*.yml]
indent_style = space
indent_size = 2

14 15 16
[*.md]
indent_style = space
indent_size = 4
17
trim_trailing_whitespace = false