aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorIndrajith K L2023-11-06 06:02:00 +0530
committerIndrajith K L2023-11-06 06:02:00 +0530
commit2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec (patch)
tree31bf740d78078d8fd67faec284f5d30aaf82a83c /.editorconfig
downloadwialt_daemon-2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec.tar.gz
wialt_daemon-2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec.tar.bz2
wialt_daemon-2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec.zip
Initial CommitHEADmaster
* Daemon Implementation - In-Progress * Initial MPC Event Captures * POST music title on daemon is loaded * POST music title on song change - TODO
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..163eb75
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*.cr]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 2
+trim_trailing_whitespace = true