diff options
| author | Stefan Boberg <[email protected]> | 2021-05-20 14:21:55 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-05-20 14:21:55 +0200 |
| commit | c2d41acbd2b20c5534d1a575b20fc09bf6ca3091 (patch) | |
| tree | 117340979aa1abdbadfc6b6b2675670414bb8817 | |
| parent | Partial implementation of Jupiter chunk filtering, pending more information a... (diff) | |
| download | zen-c2d41acbd2b20c5534d1a575b20fc09bf6ca3091.tar.xz zen-c2d41acbd2b20c5534d1a575b20fc09bf6ca3091.zip | |
Attempt at fixing github diff view for 4-space tabs
| -rw-r--r-- | .editorconfig | 3 |
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 |