[META] Add README, gitattributes and editorconfig

This commit is contained in:
Alex Thomassen 2018-09-20 09:41:32 +02:00
parent 513a79a1c2
commit 6e95352b12
3 changed files with 18 additions and 0 deletions

12
.editorconfig Normal file
View File

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

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
* text=auto
*.md text eol=lf
*.ino text eol=lf

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# FSI-Arduino
Diverse øvelser og oppgaver vi i 18IT-D har fått i Arduino-programmering.