summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-20 14:55:20 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-20 14:55:20 -0600
commit966810c7730655e5db3c2d4b31afde4940acbae5 (patch)
tree399e399321546d2bffc9b56edbe34b8f440244b5 /.editorconfig
parent6b080f09c280dad73a4a83f421cbfb8b10f2450e (diff)
.editorconfig for consistent whitespace
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..eab871e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+
+[*.yml]
+indent_style = space
+indent_size = 2