From 71d7572950e9266fcf54a9278a948f6b88fa495b Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sun, 19 Feb 2023 16:08:54 -0300 Subject: editorconfig: add indentation rules Commands used to list the file extensions used in the project: $ git ls-files | sed -En 's/.*(\.[^.]+)$/\1/p' | LC_ALL=C sort | uniq -c For rules that are more specific to a given directory, put a dedicated .editorconfig file in it. --- src/zsh_completion/.editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/zsh_completion/.editorconfig (limited to 'src/zsh_completion') diff --git a/src/zsh_completion/.editorconfig b/src/zsh_completion/.editorconfig new file mode 100644 index 000000000..15ca952a4 --- /dev/null +++ b/src/zsh_completion/.editorconfig @@ -0,0 +1,3 @@ +[_*{,.in}] +indent_size = 4 +indent_style = space -- cgit v1.2.3-70-g09d2