Skip to content

Instantly share code, notes, and snippets.

@joshuacerbito
Created February 6, 2021 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshuacerbito/b06bca6724ee36b9b80871336f061a5a to your computer and use it in GitHub Desktop.
Save joshuacerbito/b06bca6724ee36b9b80871336f061a5a to your computer and use it in GitHub Desktop.
Useful Dot Files
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[**.{css,scss}]
indent_style = tab
indent_size = 2
[**.php]
indent_style = space
indent_size = 4
[**.html]
indent_style = tab
indent_size = 2
[**.{ts,json,js}]
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
# working files
.vim/viminfo
.vim/swaps/*
.vim/undo
# git credential file
.gitconfig.local
# no thx
node_modules
# Folder view configuration files
.DS_Store
Desktop.ini
# Thumbnail cache files
._*
Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
.Trashes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment