Skip to content

Instantly share code, notes, and snippets.

View lipis's full-sized avatar

Lipis lipis

View GitHub Profile
@lipis
lipis / .editorconfig
Created June 8, 2016 15:19
.editorconfig example
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true