« get me outta code hell

Add .editorconfig - tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-10-17 12:32:13 -0300
committerFlorrie <towerofnix@gmail.com>2019-10-17 12:32:13 -0300
commitf1cc65d376141fa5e76878ffd3da4392f8a7c747 (patch)
tree9f9d3c3aa45ddd61cf60480ca128025226133c0c
parent6489702a7e4143f8634f1d4854ff7d19d7456926 (diff)
Add .editorconfig
-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