mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-16 14:53:56 +00:00
chore(shell): make everything bit faster
This commit is contained in:
@@ -19,11 +19,11 @@ indent_size = 1
|
||||
indent_size = 1
|
||||
indent_style = tab
|
||||
|
||||
[{local/bin/*,**/*.sh,**/zshrc}]
|
||||
[{local/bin/*,**/*.sh,**/zshrc,config/*}]
|
||||
shell_variant = bash # --language-variant
|
||||
binary_next_line = true
|
||||
switch_case_indent = true # --case-indent
|
||||
space_redirects = true
|
||||
keep_padding = true
|
||||
keep_padding = false
|
||||
function_next_line = true # --func-next-line
|
||||
|
||||
|
||||
Reference in New Issue
Block a user