style: format all files initially using keep-sorted
This commit is contained in:
parent
28ddb141f4
commit
c82a138eb7
14 changed files with 94 additions and 94 deletions
|
|
@ -26,17 +26,17 @@ in
|
|||
ap = "add -p";
|
||||
c = "commit --verbose";
|
||||
ca = "commit -a --verbose";
|
||||
cm = "commit -m";
|
||||
cam = "commit -a -m";
|
||||
m = "commit --amend --verbose";
|
||||
d = "diff";
|
||||
ds = "diff --stat";
|
||||
dc = "diff --cached";
|
||||
s = "status -s";
|
||||
cm = "commit -m";
|
||||
co = "checkout";
|
||||
cob = "checkout -b";
|
||||
ps = "push";
|
||||
d = "diff";
|
||||
dc = "diff --cached";
|
||||
ds = "diff --stat";
|
||||
m = "commit --amend --verbose";
|
||||
pl = "pull";
|
||||
ps = "push";
|
||||
s = "status -s";
|
||||
# keep-sorted end
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue