« get me outta code hell

Initial commit - tui-text-editor - Embeddable tui-lib text editor
summary refs log tree commit diff
path: root/.editorconfig
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-10-17 10:12:41 -0300
committerFlorrie <towerofnix@gmail.com>2019-10-17 10:12:41 -0300
commitb7167c15990a6e65b1ef41eecd683b7b0d1f4b53 (patch)
treed5a449c309d87b9c89ec7ca037db0859db31dfaa /.editorconfig
Initial commit HEAD master
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..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