diff options
author | Elwin Hammer <elwinhamer@gmail.com> | 2024-05-21 20:29:03 +0200 |
---|---|---|
committer | Elwin Hammer <elwinhamer@gmail.com> | 2024-05-21 20:29:03 +0200 |
commit | 8a4bd077f0cead0d26ad53201595d25c6b0598d8 (patch) | |
tree | e52e9750cf8a6b3a9cb59f9219aeef93fdd11edf /editorconfig.wxl | |
parent | b6fd2f7a865b70281e429851190aa46da17c681f (diff) |
Update editorconfig.wxl, arduino-neopuzzle.ino, and neo.cpp
Diffstat (limited to 'editorconfig.wxl')
-rw-r--r-- | editorconfig.wxl | 12 |
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 + + |