aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorHazel Atkinson <yellowsink@riseup.net>2025-04-04 13:24:22 +0100
committerHazel Atkinson <yellowsink@riseup.net>2025-04-04 13:24:22 +0100
commit5f80f7c877bf08be7abc4288a9c1a50fffecf0c5 (patch)
tree734ec22c5e540570294b4bf966503044eca36a4d /.editorconfig
downloadcontainerspy-5f80f7c877bf08be7abc4288a9c1a50fffecf0c5.tar.gz
containerspy-5f80f7c877bf08be7abc4288a9c1a50fffecf0c5.tar.bz2
containerspy-5f80f7c877bf08be7abc4288a9c1a50fffecf0c5.zip
init
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..d634dbd
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+root = true
+
+[*]
+charset = utf-8
+insert_final_newline = false
+trim_trailing_whitespace = true
+end_of_line = lf
+indent_style = tab
+max_line_length = 120
+tab_width = 3