mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
Add EditorConfig
It documents indentation style for source files. See https://editorconfig.org/ for more.
This commit is contained in:
parent
310b8bffd8
commit
cd48e56af4
5 changed files with 60 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue