Skip to content

Instantly share code, notes, and snippets.

View Voonder's full-sized avatar
💡
This is the way

Julien Normand Voonder

💡
This is the way
  • Nantes, France
  • 09:30 (UTC +02:00)
View GitHub Profile
@Voonder
Voonder / .editorconfig
Last active February 10, 2017 19:22
Configuration for IDE and project
# EditorConfig: http://EditorConfig.org
root = true
# Config for every file
[*]
indent_style = tab
indent_size = tab
tab_width = 4
end_of_line = crlf
@Voonder
Voonder / .gitattributes
Last active January 4, 2023 09:25 — forked from pksunkara/config
Sample of git config file (Example .gitconfig, .gitattributes, .gitignore)
# Auto detect text files and perform LF normalization
* text=auto
# Documents
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain