aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-05-20 14:21:55 +0200
committerStefan Boberg <[email protected]>2021-05-20 14:21:55 +0200
commitc2d41acbd2b20c5534d1a575b20fc09bf6ca3091 (patch)
tree117340979aa1abdbadfc6b6b2675670414bb8817
parentPartial implementation of Jupiter chunk filtering, pending more information a... (diff)
downloadzen-c2d41acbd2b20c5534d1a575b20fc09bf6ca3091.tar.xz
zen-c2d41acbd2b20c5534d1a575b20fc09bf6ca3091.zip
Attempt at fixing github diff view for 4-space tabs
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 11e36773f..b75247496 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -67,3 +67,6 @@ cpp_space_around_assignment_operator = insert
cpp_space_pointer_reference_alignment = left
cpp_space_around_ternary_operator = insert
cpp_wrap_preserve_blocks = one_liners
+
+indent_style = tab
+indent_size = 4