# http://editorconfig.org/

[*.{pl,pm,t,pod}]
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
