Skip to content

Instantly share code, notes, and snippets.

View narehart's full-sized avatar

Nicholas Arehart narehart

View GitHub Profile
@narehart
narehart / .editorconfig
Created December 8, 2015 06:31
editorconfig
# editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true