aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-10-24 21:46:31 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2025-10-24 21:46:31 +0200
commit7b703051076bdec99592a31cd78a83ac79e34fdb (patch)
tree859b4cffa4ba7a6dae731a0aa5069507ed0fe1df /.editorconfig
parent30cdc59df8d3c6f27d11fa015174962db65a277b (diff)
add --in-place option
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..a5ddde0
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = false
+max_line_length = 80
+
+[*.py]
+indent_size = 4
+indent_style = space