diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..58708d8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,19 @@ +# EditorConfig is awesome: https://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 + +# Matches multiple files with brace expansion notation +# Set default charset +[*.{js,py}] +charset = utf-8 + +# 4 space indentation +[*.py] +indent_style = tab +indent_size = 2 diff --git a/.gitignore b/.gitignore index 1c52f80..66f86f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ projects/* !projects/.gitkeep +.vscode \ No newline at end of file diff --git a/example.sh b/example.sh index 4f68804..c0e385c 100755 --- a/example.sh +++ b/example.sh @@ -1,4 +1,3 @@ #!/bin/sh python aeonview.py -p abc-la --url http://abclocal.go.com/three/kabc/webcam/web2-1.jpg -