Merge pull request #166 from emersion/editorconfig

Add .editorconfig
master
Drew DeVault 7 years ago committed by GitHub
commit 2850a9360b

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
Loading…
Cancel
Save