Skip to content

Instantly share code, notes, and snippets.

@boboidream
Last active October 4, 2017 10:13
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 boboidream/fbf917220535865a4ad4d536d23a9174 to your computer and use it in GitHub Desktop.
Save boboidream/fbf917220535865a4ad4d536d23a9174 to your computer and use it in GitHub Desktop.
root = true
[*]
charset = utf-8
indent_size = 2
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{py,php}]
indent_size = 4
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# Node specific #
#################
lib-cov
*.seed
*.log
*.dat
*.out
*.pid
*.gz
pids
logs
node_modules/
# Editor Cache #
################
.settings/
.vscode/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment