Migrate to chezmoi
Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
This commit is contained in:
parent
110e0882c6
commit
224c7ed45c
1654 changed files with 470035 additions and 51 deletions
21
chezmoi/dot_config/tmux/plugins/extrakto/dot_editorconfig
Normal file
21
chezmoi/dot_config/tmux/plugins/extrakto/dot_editorconfig
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# EditorConfig helps developers define and maintain consistent
|
||||
# coding styles between different editors and IDEs
|
||||
# editorconfig.org
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
[*]
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.sh]
|
||||
shell_variant=bash
|
||||
binary_next_line=true
|
||||
switch_case_indent=true
|
||||
space_redirects=true
|
||||
keep_padding=false
|
||||
function_next_line=false
|
||||
Loading…
Add table
Add a link
Reference in a new issue