From 890cdae91abab6b96f99b3114794890f27f5124a Mon Sep 17 00:00:00 2001 From: claustromaniac <20734810+claustromaniac@users.noreply.github.com> Date: Sat, 15 Dec 2018 22:34:01 -0300 Subject: [PATCH] update dotfiles --- .editorconfig | 12 ++++++------ .gitattributes | 2 ++ .gitignore | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 6 deletions(-) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.editorconfig b/.editorconfig index 4a8ab66..fe048aa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,12 +1,12 @@ -# editorconfig.org +root = true -[*] -indent_style = tab -indent_size = 4 -end_of_line = lf +[*] charset = utf-8 +indent_style = tab +indent_size = tab +insert_final_newline = true +tab_width = 4 trim_trailing_whitespace = true -insert_final_newline = true [*.md] trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b1c374c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +*.md text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..773bfd6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip + +# Logs and databases # +###################### +*.log +*.sql +*.sqlite + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db