fernandoacorreia / homefiles

Files from my home directory that I'm likely to reuse across machines.
MIT License
1 stars 0 forks source link

Set .editorconfig #4

Closed fernandoacorreia closed 7 years ago

fernandoacorreia commented 7 years ago

E.g.

# EditorConfig helps developers define and maintain consistent coding styles
# between different editors and IDEs.
# http://editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true