aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-10-11 22:21:08 +0200
committerKarel Kočí <cynerd@email.cz>2018-10-11 22:21:08 +0200
commit28bf2c3adc0f57603edce4639ad6a04855bbc9bb (patch)
tree6df7502706ed9c3aa5364d4b6630f31acc6f8981 /.editorconfig
downloadbigclown-leds-28bf2c3adc0f57603edce4639ad6a04855bbc9bb.tar.gz
bigclown-leds-28bf2c3adc0f57603edce4639ad6a04855bbc9bb.tar.bz2
bigclown-leds-28bf2c3adc0f57603edce4639ad6a04855bbc9bb.zip
Add slimmed down lcd firmware
Set temperature was dropped. It now shows only temperature from device.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..50ef1f9
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+# http://editorconfig.org
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_style = tab
+trim_trailing_whitespace = true
+
+[*.yml]
+indent_style = space
+indent_size = 2