<
8000
span class="js-stale-session-flash-signed-in" hidden>You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List file types tracked in the current Git repository. Useful for writing EditorConfig configuration files.
Design decisions:
Don't use libgit2 as it introduces another dependency that now needs to be upgraded/maintained
Don't use Bash or Zsh because they have so many features that need to be turned off to get correct behavior (e.g. IFS)
I tried a version using /usr/bin/python3 but it's becoming way more complex than I thought it could ever be. I really need a separate project with tests for this one. The work is on my personal machine in ~/bin, but I think I will rewrite this program into Rust and add tests via that method.
The text was updated successfully, but these errors were encountered:
List file types tracked in the current Git repository. Useful for writing EditorConfig configuration files.
Design decisions:
I tried a version using /usr/bin/python3 but it's becoming way more complex than I thought it could ever be. I really need a separate project with tests for this one. The work is on my personal machine in
~/bin
, but I think I will rewrite this program into Rust and add tests via that method.The text was updated successfully, but these errors were encountered: