diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1d868d5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true +[*] +indent_style = space +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_size = 4 + +[*.json] +indent_size = 2 diff --git a/README.md b/README.md index c438e1a..7895847 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ Label2,1519028941268,93,93,1 ## License -MIT +MIT © [Gilad Peleg](https://www.giladpeleg.com)