Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"files.associations": {
"**/xdg/git/config": "properties",
"**/xdg/git/attributes": "properties",
"**/xdg/git/ignore": "ignore",
"**/xdg/npm/npmrc": "properties",
"**/xdg/nix/nix.conf": "properties"
}
}
1 change: 1 addition & 0 deletions xdg/git/attributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# vim: filetype=gitattributes
# Automatically normalize line endings for all text-based files
#* text=auto
# Disabled because of https://github.com/mathiasbynens/dotfiles/issues/149 :(
1 change: 1 addition & 0 deletions xdg/git/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# vim: filetype=gitconfig
[alias]

# View abbreviated SHA, description, and history graph of the latest 20 commits
Expand Down
1 change: 1 addition & 0 deletions xdg/git/ignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# vim: filetype=gitignore
.direnv/
.DS_Store
**/.claude/settings.local.json
1 change: 1 addition & 0 deletions xdg/nix/nix.conf
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# vim: filetype=conf
experimental-features = nix-command flakes
1 change: 1 addition & 0 deletions xdg/npm/npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
; vim: filetype=dosini
ignore-scripts=true
Loading