Last active
October 11, 2023 09:36
-
-
Save eliofery/420d7d217db3d767f14efd1e3fc8daf2 to your computer and use it in GitHub Desktop.
Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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