add .editorconfig; remove trailing whitespace

add myself to license.txt
This commit is contained in:
Michael Schnerring
2020-09-08 16:00:05 +02:00
parent f07f20a864
commit 0b36a8658a
3 changed files with 37 additions and 25 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

View File

@@ -367,4 +367,3 @@ if [ "${osflavor}" = "FreeBSD" ]; then
sed -i '' -e '/Vendor Specific SMART/d' "${Log_File}"
sed -i '' -e '/SMART Error Log Version/d' "${Log_File}"
fi

View File

@@ -1,6 +1,7 @@
MIT License
Copyright (c) 2017 by Keith Nash
Original work Copyright (c) 2017 by Keith Nash
Modified work Copyright (c) 2020 by Michael Schnerring
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal