mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-05 19:41:57 +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
|
@ -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 ===================="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue