mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-11 12:16:42 +02:00
I wanted to commit some more stuff for 2020. Better late than never, right? The most significant change is probably in fish_prompt.fish. I fixed an edge case where the directory in question could be the same as the user's username.
editorconfig
editorconfig is the standard tool for editing consistency between editors.
Use Cases
editorconfig can be used to:
- Finally forget about whether spaces or tabs are being used; editorconfig will handle this automatically for you
- Share the same indentation settings in all the editors you and your colleagues use
You should not use editorconfig if:
- You should use editorconfig.
Usage
If you use my .vimrc
or code config, editorconfig is already applied.