add .editorconfig

This commit is contained in:
thek4n 2024-01-21 01:05:52 +03:00
parent 8b9a376517
commit 82df4cf011
2 changed files with 9 additions and 1 deletions

8
home/user/.editorconfig Normal file
View File

@ -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

View File

@ -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"