« get me outta code hell

Add editorconfig file - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-01-31 13:28:43 -0400
committerFlorrie <towerofnix@gmail.com>2019-01-31 13:28:43 -0400
commit4bb56a667d5669e25805a5fbac835ffcbb64b189 (patch)
treee80643035e1d36241f08bfadc119f0bd6ba32e25
parentbd1870aff19e8e5f23131316f6833496d0f3827e (diff)
Add editorconfig file
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..5f27700
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_size = 2
+indent_style = space
+trim_trailing_whitespace = true