Minor changes in README and adding an EditorConfig file

This commit is contained in:
Nicola Spanti (RyDroid)
2015-11-07 19:39:13 +01:00
parent 1652c1dcf3
commit 01de6b4d18
2 changed files with 19 additions and 4 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided this notice is
# preserved. This file is offered as-is, without any warranty.
# EditorConfig
# http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8