Commit b0f435f7 authored by Bruno's avatar Bruno

Merge pull request #378 from amio/add-editorconfig

Add root .editorconfig file.
parents 9092b8f6 b4d56225
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Two-space indent, Unix-style newlines, and a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment