Skip to content

Commit

Permalink
fix(git): Git uses tabs in config files, we should warn on spaces but…
Browse files Browse the repository at this point in the history
… not tabs
  • Loading branch information
galenguyer committed Nov 2, 2022
1 parent db926ec commit 10dab37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ color brightmagenta "^[[:space:]]*\[.*\]$"
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
color brightblack "(^|[[:space:]])#([^{].*)?$"
color ,green "[[:space:]]+$"
color ,red " +"
color ,red "^ +"

# This code is free software; you can redistribute it and/or modify it under
# the terms of the new BSD License.
Expand Down

0 comments on commit 10dab37

Please sign in to comment.