vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 2c609858845469d4f6ca810f23fe8e725c161d53 parent 7c8e550fc73a339505fbf9bb6fe4864ee35376a4 Author: Felix Van der Jeugt <felix.vanderjeugt@posteo.net> Date: Tue, 29 Nov 2022 21:37:51 +0100 add a basic .editorconfig file Partially written by mcepl, to avoid patches modifying style. Diffstat:
| A | .editorconfig | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = tab + +[*.md] +indent_size = 4 +indent_style = space +trim_trailing_whitespace = false