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

@ -4,7 +4,7 @@ if [ -z "$TEXT" ]; then
echo "this script searches for the string key given as the first parameter."
echo "search is done in this repo and in ../deltachat-ios and in ../deltachat-desktop."
echo "usage: ./tools/grep-string.sh <STRING-KEY>"
exit
exit
fi
echo "==================== ANDROID USAGE ===================="