From 82df4cf0116880e7ba3277f4120a6b1a2f951113 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sun, 21 Jan 2024 01:05:52 +0300 Subject: [PATCH] add .editorconfig --- home/user/.editorconfig | 8 ++++++++ install | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 home/user/.editorconfig diff --git a/home/user/.editorconfig b/home/user/.editorconfig new file mode 100644 index 0000000..d01f9c4 --- /dev/null +++ b/home/user/.editorconfig @@ -0,0 +1,8 @@ +[*] +indent_style = space +indent_size = 4 +tab_width = 4 +end_of_line = lf +insert_final_newline = false +max_line_length = 80 +trim_trailing_whitespace = true diff --git a/install b/install index 2114359..7bbc248 100755 --- a/install +++ b/install @@ -15,7 +15,7 @@ declare -r -A TARGETS=( ["zsh"]="%bash .config/zsh .zshenv .inputrc" ["tmux"]=".tmux.conf" ["alacritty"]=".config/alacritty" - ["nvim"]=".config/nvim .local/bin/vim_askpass_helper .local/bin/vim_askpass_helper_python" + ["nvim"]=".config/nvim .editorconfig .local/bin/vim_askpass_helper .local/bin/vim_askpass_helper_python" ["ssh"]="" ["less"]=".lesskey" ["git"]=".config/git"