shithub: furgit

ref: b2ca764959a7f213b0d1d8b534c3f4d66e34285e
dir: /.editorconfig/

View raw version
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 8
tab_size = 8

[{*.yaml,*.yml,*.md}]
indent_style = space
indent_size = 2