Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ root = true

# Windows-Style newlines with a newline ending every file
[*]
end_of_line = crlf
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
tab_width = 4
trim_trailing_whitespace = true
charset = utf-8
curly_bracket_next_line = true

# Preserve whitespace for Markdown
[*.md]
Expand Down
30 changes: 30 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
###############################################################################
# Normalize line endings using LF.
###############################################################################
* text eol=lf

###############################################################################
# Behavior for binary files.
###############################################################################
*.png binary
*.jpg binary
*.jpeg binary
*.bmp binary
*.gif binary
*.tga binary
*.psd binary
*.ico binary
*.zip binary
*.7z binary
*.rar binary
*.exe binary
*.dll binary
*.lib binary
*.a binary
*.so binary
*.ttf binary
*.otf binary
*.woff binary
*.woff2 binary
*.mp3 binary
*.aac binary