From a754011fc58e83f38cadc5bc10492ab961c9c540 Mon Sep 17 00:00:00 2001 From: justsaumit Date: Wed, 2 Mar 2022 11:23:45 +0530 Subject: spring cleaning 0.1 --- .config/zsh/plugins/.editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/zsh/plugins/.editorconfig (limited to '.config/zsh/plugins/.editorconfig') diff --git a/.config/zsh/plugins/.editorconfig b/.config/zsh/plugins/.editorconfig new file mode 100644 index 0000000..cda541d --- /dev/null +++ b/.config/zsh/plugins/.editorconfig @@ -0,0 +1,15 @@ +# Top-most editorconfig file + +root = true + +[*] +end_of_line = lf +tab_width = 2 +indent_size = 2 +indent_style = space + +[Makefile] +tab_width = 8 +indent_size = 8 +indent_style = tab + -- cgit v1.2.3