changeset 0 | 266fe36d11dd |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.editorconfig Wed Nov 16 13:11:39 2016 -0800 @@ -0,0 +1,14 @@ +# http://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true + +# Tab indentation +[**.*] +indent_style = tab +