Add EditorConfig

It documents indentation style for source files.

See https://editorconfig.org/ for more.
This commit is contained in:
Alexander Krotov 2020-09-15 22:23:44 +03:00
parent 310b8bffd8
commit cd48e56af4
5 changed files with 60 additions and 37 deletions

View file

@ -2,8 +2,8 @@
if [ $# -eq 0 ]
then
echo "Please specify the language to add as the first argument (dk, ru etc.)"
exit
echo "Please specify the language to add as the first argument (dk, ru etc.)"
exit
fi
LANG=$1