summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorWilliam McKinnon <[email protected]>2023-07-10 22:41:23 -0400
committerWilliam McKinnon <[email protected]>2023-07-10 22:41:23 -0400
commita1d31571adce4152dcbeff409b0a9da97e5fbbac (patch)
treef01791e5aec040dde12fd9a6f3823a7bcb86d6e9 /.editorconfig
initial commit: license + gitignore + editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..9dcb30d
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+trim_trailing_whitespace = true
+indent_style = tab
+indent_size = 4
+max_line_length = 80
+
+[*.xml]
+indent_style = space
+indent_size = 2