Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
21 lines
431 B
Text
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
|