diff --git a/.editorconfig b/.editorconfig index 0eae508..d7acaa4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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] diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dae93ab --- /dev/null +++ b/.gitattributes @@ -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