Skip to content

Instantly share code, notes, and snippets.

View markbrouch's full-sized avatar

Mark Brouch markbrouch

View GitHub Profile
@markbrouch
markbrouch / .editorconfig
Created December 6, 2015 15:38 — forked from ankr/.editorconfig
Base editorconfig for new projects
# Base editorconfig for new projects
root = true
[*]
end_of_line = lf
indent_style = space
tab_width = 4
charset = utf-8
trim_trailing_whitespace = true