fix git aliases diff, fix editorconfig with max line length

This commit is contained in:
thek4n 2024-01-22 09:43:32 +03:00
parent 8f44f46bf5
commit d832ce3369
2 changed files with 5 additions and 8 deletions

View File

@ -11,7 +11,6 @@
commitEncoding = utf-8
logOutputEncoding = utf-8
[init]
defaultBranch = master
@ -47,8 +46,8 @@
[alias]
a = "!git ls-files --exclude-standard -m --others -t | fzf -m --bind ctrl-a:toggle-all | cut -d' ' -f2 | xargs git add"
d = diff --color-words
ds = diff --staged --color-words
d = diff
ds = diff --staged
dno = diff --name-only
co = checkout
ci = commit
@ -100,4 +99,3 @@
pushInsteadOf = "https://gist.github.com/"
pushInsteadOf = "http://gist.github.com/"
pushInsteadOf = "gist:"

View File

@ -4,5 +4,4 @@ indent_size = 4
tab_width = 4
end_of_line = lf
insert_final_newline = false
max_line_length = 80
trim_trailing_whitespace = true