« get me outta code hell

Initial commit - guess-the-character - Unnamed repository; edit this file 'description' to name the repository.
summary refs log tree commit diff
path: root/.editorconfig
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-01-16 14:37:45 -0400
committerFlorrie <towerofnix@gmail.com>2019-01-16 14:37:45 -0400
commitb3a6398b03839d9a9c5f2a1a9bac144867e283a6 (patch)
tree012b8673f319efa1b5789bbc0fcaa4b986614799 /.editorconfig
Initial commit
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..e73c4f9
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_size = 4
+indent_style = space
+trim_trailing_whitespace = true