add .editorconfig
This commit is contained in:
parent
8b9a376517
commit
82df4cf011
8
home/user/.editorconfig
Normal file
8
home/user/.editorconfig
Normal 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
|
||||
2
install
2
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user