We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e604f9e commit 218aa29Copy full SHA for 218aa29
3 files changed
.editorconfig
@@ -0,0 +1,12 @@
1
+# This file is for unifying the coding style for different editors and IDEs
2
+# editorconfig.org
3
+
4
+root = true
5
6
+[*]
7
+end_of_line = lf
8
+charset = utf-8
9
+insert_final_newline = true
10
+trim_trailing_whitespace = true
11
+indent_style = space
12
+max_line_length = 90
.gitattributes
@@ -0,0 +1 @@
+* text eol=lf
.gitignore
@@ -1 +1,2 @@
-workspace
+workspace
+scripts/files/camera-streamer.zip
0 commit comments