We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bca42 commit 2c1f1a0Copy full SHA for 2c1f1a0
.editorconfig
@@ -0,0 +1,7 @@
1
+# editorconfig.org
2
+root = true
3
+
4
+[*]
5
+indent_style = space
6
+indent_size = 2
7
+insert_final_newline = true
.travis.yml
+language: c
+sudo: false
+before_install:
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
+script:
+ - build_main_platforms
+ - build_platform trinket
0 commit comments