diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..dd4f1c7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles # between different editors and IDEs +# editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 4 + +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.bat] +end_of_line = crlf + +[*.tsv] +indent_style = tab + diff --git a/README.md b/README.md index bb0a0a4..daa77ca 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,4 @@ Simply import the module. If you're using a static library version then you're s ## TODO -* Add support for other platforms. - +* Add support for other platforms (currently only supporting Windows).