aboutsummaryrefslogtreecommitdiff
path: root/editorconfig.wxl
diff options
context:
space:
mode:
authorElwin Hammer <elwinhamer@gmail.com>2024-05-21 20:29:03 +0200
committerElwin Hammer <elwinhamer@gmail.com>2024-05-21 20:29:03 +0200
commit8a4bd077f0cead0d26ad53201595d25c6b0598d8 (patch)
treee52e9750cf8a6b3a9cb59f9219aeef93fdd11edf /editorconfig.wxl
parentb6fd2f7a865b70281e429851190aa46da17c681f (diff)
Update editorconfig.wxl, arduino-neopuzzle.ino, and neo.cpp
Diffstat (limited to 'editorconfig.wxl')
-rw-r--r--editorconfig.wxl12
1 files changed, 12 insertions, 0 deletions
diff --git a/editorconfig.wxl b/editorconfig.wxl
new file mode 100644
index 0000000..cd37156
--- /dev/null
+++ b/editorconfig.wxl
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_style = tab
+end_of_line = lf
+insert_final_newline = true
+
+[*.md]
+indent_style = space
+indent_size = 2
+
+