From 31571c64a73c253b38b9552702353754dcc1f73f Mon Sep 17 00:00:00 2001 From: zilmar Date: Mon, 15 Mar 2021 21:51:21 +1030 Subject: [PATCH] Remove .editorconfig and .gitattributes --- .editorconfig | 17 ------- .gitattributes | 121 ------------------------------------------------- 2 files changed, 138 deletions(-) delete mode 100644 .editorconfig delete mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 6c94905a5..000000000 --- a/.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -root = true - -[*] -charset = utf-8 -trim_trailing_whitespace = false -insert_final_newline = true - -[*.{vcxproj,filters,vcxitems}] -insert_final_newline = false -end_of_line = crlf -tab_width = 2 - -[*.sln] -insert_final_newline = false -end_of_line = crlf -indent_style = tab -tab_width = 4 \ No newline at end of file diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index a29cab2bd..000000000 --- a/.gitattributes +++ /dev/null @@ -1,121 +0,0 @@ -* text=auto - -# C/C++ source files - -*.c text diff=c -*.cc text diff=cpp -*.cxx text diff=cpp -*.cpp text diff=cpp -*.c++ text diff=cpp -*.hpp text diff=cpp -*.h text diff=c -*.h++ text diff=cpp -*.hh text diff=cpp - -# Java source files - -*.java text diff=java -*.gradle text diff=java -*.gradle.kts text diff=java - -# Web source files - -*.css text diff=css -*.htm text diff=html -*.html text diff=html -*.js text -*.jsp text -*.jspf text -*.jspx text -*.properties text -*.xml text - -# Inno setup files - -*.isl text -*.iss text - -# Visual Studio file exceptions - -*.sln text eol=crlf -*.csproj text eol=crlf -*.vbproj text eol=crlf -*.vcxproj text eol=crlf -*.vcproj text eol=crlf -*.dbproj text eol=crlf -*.fsproj text eol=crlf -*.lsproj text eol=crlf -*.wixproj text eol=crlf -*.modelproj text eol=crlf -*.sqlproj text eol=crlf -*.wwaproj text eol=crlf -*.xproj text eol=crlf -*.props text eol=crlf -*.filters text eol=crlf -*.vcxitems text eol=crlf - -# All files that are binary and should not be normalized - -# Binary Java files - -*.class binary -*.ear binary -*.jar binary -*.war binary -*.jks binary - -# Compiled object files - -*.slo binary -*.lo binary -*.o binary -*.obj binary - -# Precompiled headers - -*.gch binary -*.pch binary - -# Compiled dynamic libraries - -*.so binary -*.dylib binary - -# Compiled Static libraries - -*.lai binary -*.la binary -*.a binary -*.lib binary - -# Binary data and executables - -*.exe binary -*.out binary -*.app binary -*.dll binary -*.e32 binary - -# Archives - -*.7z binary -*.gz binary -*.tar binary -*.tgz binary -*.zip binary -*.rar binary -*.cab binary - -# Images - -*.png binary -*.jpg binary -*.jpeg binary -*.psd binary -*.gif binary -*.bmp binary -*.ico binary -*.cur binary -*.svg binary -*.tif binary -*.tiff binary