Add .editorconfig file.
authorwhitequark <whitequark@whitequark.org>
Sun, 16 Dec 2018 14:57:43 +0000 (14:57 +0000)
committerGitHub <noreply@github.com>
Sun, 16 Dec 2018 14:57:43 +0000 (14:57 +0000)
See https://editorconfig.org/ for details.

.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..4d6f5ef
--- /dev/null
@@ -0,0 +1,7 @@
+root = true
+
+[*]
+indent_style = tab
+indent_size = tab
+trim_trailing_whitespace = true
+insert_final_newline = true