Skip to content

Instantly share code, notes, and snippets.

@eliofery
Last active October 11, 2023 09:36
Show Gist options
  • Save eliofery/420d7d217db3d767f14efd1e3fc8daf2 to your computer and use it in GitHub Desktop.
Save eliofery/420d7d217db3d767f14efd1e3fc8daf2 to your computer and use it in GitHub Desktop.
Config
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.{pug,md}]
trim_trailing_whitespace = false
* text eol=lf
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.tif binary
*.tiff binary
*.ico binary
*.svg binary
#*.svg text
*.eps binary
*.mo binary
*.po binary
*.woff binary
*.woff2 binary
*.doc diff=astextplain
*.docx diff=astextplain
*.dot diff=astextplain
*.pdf diff=astextplain
*.rtf diff=astextplain
*.md text
*.tex text
*.adoc text
*.textile text
*.mustache text
*.csv text
*.tab text
*.tsv text
*.sql text
.gitattributes export-ignore
.gitignore export-ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment