dots/chezmoi/dot_config/tmux/plugins/extrakto/dot_editorconfig
aleidk 224c7ed45c Migrate to chezmoi
Move config files from config to chezmoi
Add script to auto install packages with DNF and Cargo
2024-03-01 20:26:02 -03:00

21 lines
431 B
Text

# 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