summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-10-24 14:47:35 -0400
committerAndrew Opalach <andrew@akon.city> 2024-10-24 14:47:35 -0400
commite6b1631d27f9fe54f3cdd3d7ee1e65d726927e3c (patch)
tree188853796d25d53c1dbf1296ab29d18bfa7613b3 /.editorconfig
parentf85bfe4cfdc6b03ff66a874d4d1028e291bccda4 (diff)
downloadcetris-e6b1631d27f9fe54f3cdd3d7ee1e65d726927e3c.tar.gz
cetris-e6b1631d27f9fe54f3cdd3d7ee1e65d726927e3c.tar.bz2
cetris-e6b1631d27f9fe54f3cdd3d7ee1e65d726927e3c.zip
consistent formatting plus cleanup
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..1f473a9
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+root = true
+
+[/.git/**]
+max_line_length = unset
+
+[*]
+indent_style = space
+indent_size = 2
+tab_width = 2
+end_of_line = lf
+trim_trailing_whitespace = true