Fix indentation again

This commit is contained in:
Juliana Rat 2023-11-06 23:07:52 -05:00
parent d8ecbc3b98
commit c6f4a197dd
4 changed files with 36 additions and 35 deletions

View File

@ -36,7 +36,8 @@
(local-file (local-file
(dirname (current-filename)) (dirname (current-filename))
#:recursive? #t #:recursive? #t
#:select? (λ (file stat) #:select?
(λ (file stat)
(not (any (λ (my-string) (not (any (λ (my-string)
(string-contains file my-string)) (string-contains file my-string))
(list ".git" ".dir-locals.el" "guix.scm")))))) (list ".git" ".dir-locals.el" "guix.scm"))))))

View File

@ -33,7 +33,7 @@
c-seven c-eight c-nine c-zero c-seven c-eight c-nine c-zero
c-~ c-backtick c-! @ c-hash c-$ c-% c-~ c-backtick c-! @ c-hash c-$ c-%
c-^ c-& c-* c-lparen c-rparen c-dash c-^ c-& c-* c-lparen c-rparen c-dash
v c-_ c-lbrace c-rbrace c-lbracket c-rbracket c-_ c-lbrace c-rbrace c-lbracket c-rbracket
c-pipe c-backslash c-/ c-? c-< c-> c-pipe c-backslash c-/ c-? c-< c->
c-comma c-dot c-: c-semicolon c-+ c-= c-comma c-dot c-: c-semicolon c-+ c-=
c-apostrophe c-quote c-apostrophe c-quote