Revisions
-
tekin revised this gist
Nov 22, 2020 . 2 changed files with 12 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,9 @@ # Stick this in your home directory and point your Global Git config at it by running: # # $ git config --global core.attributesfile ~/.gitattributes # # See https://tekin.co.uk/2020/10/better-git-diff-output-for-ruby-python-elixir-and-more for more details *.c diff=cpp *.h diff=cpp *.c++ diff=cpp This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # Additional manually-configured matchers you may want to add to your .gitconfig [diff "rspec"] xfuncname = "^[ \t]*((RSpec|describe|context|it|before|after|around|feature|scenario|background)[ \t].*)$" [diff "swift"] xfuncname = ^[ \t]*((class|func)[ \t].*)$ -
tekin revised this gist
Oct 20, 2020 . No changes.There are no files selected for viewing
-
tekin revised this gist
Oct 20, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,8 @@ *.hpp diff=cpp *.cc diff=cpp *.hh diff=cpp *.m diff=objc *.mm diff=objc *.cs diff=csharp *.css diff=css *.html diff=html -
tekin revised this gist
Oct 19, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,7 @@ *.hpp diff=cpp *.cc diff=cpp *.hh diff=cpp *.cs diff=csharp *.css diff=css *.html diff=html *.xhtml diff=html -
tekin revised this gist
Oct 19, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,7 @@ *.css diff=css *.html diff=html *.xhtml diff=html *.ex diff=elixir *.exs diff=elixir *.go diff=golang *.php diff=php -
tekin created this gist
Oct 16, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ *.c diff=cpp *.h diff=cpp *.c++ diff=cpp *.h++ diff=cpp *.cpp diff=cpp *.hpp diff=cpp *.cc diff=cpp *.hh diff=cpp *.css diff=css *.html diff=html *.xhtml diff=html *.exs diff=elixir *.go diff=golang *.php diff=php *.pl diff=perl *.py diff=python *.md diff=markdown *.rb diff=ruby *.rake diff=ruby *.rs diff=rust *.lisp diff=lisp *.el diff=lisp