Skip to content

Instantly share code, notes, and snippets.

View wesbaker's full-sized avatar

Wes Baker wesbaker

View GitHub Profile
@wesbaker
wesbaker / .editorconfig
Last active January 3, 2018 17:19
Generic .editorconfig (http://www.editorconfig.org) file
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
indent_size = 4