Commit 414074f2 authored by Guus der Kinderen's avatar Guus der Kinderen Committed by daryl herzmann

Adds an EditorConfig file. (#831)

EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.
parent f79a77ec
# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.
#
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
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