add .editorconfig and fix code formatting
This commit is contained in:
parent
8a4680cc74
commit
e8508f7b18
18
.editorconfig
Normal file
18
.editorconfig
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# http://editorconfig.org
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_size = 4
|
||||||
|
indent_style = tab
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[apkbuild-gem-resolver.in]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
|
[apkbuild-pypi.in]
|
||||||
|
indent_size = 4
|
||||||
|
indent_style = space
|
1
abump.in
1
abump.in
@ -136,4 +136,3 @@ fi
|
|||||||
abuild_opts="$recursive $keep"
|
abuild_opts="$recursive $keep"
|
||||||
|
|
||||||
do_bump "$@"
|
do_bump "$@"
|
||||||
|
|
||||||
|
@ -136,4 +136,3 @@ IFS=$oldifs
|
|||||||
|
|
||||||
do_verify "$@" || exit 1
|
do_verify "$@" || exit 1
|
||||||
$cmd "$@"
|
$cmd "$@"
|
||||||
|
|
||||||
|
@ -329,4 +329,3 @@ while [ $# -gt 0 ]; do
|
|||||||
newaport $1 || exit 1
|
newaport $1 || exit 1
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user