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"