Add linters (#1)

* Add linters and ignore antigen.zsh
This commit is contained in:
2022-12-12 13:50:31 +02:00
committed by GitHub
parent 9471a63475
commit 5e06a735cc
3 changed files with 55 additions and 14 deletions

View File

@@ -17,10 +17,13 @@ indent_size = 2
indent_size = 2
tab_width = 2
shell_variant = posix # like -ln=posix
binary_next_line = true # like -bn
switch_case_indent = true # like -ci
space_redirects = true # like -sr
keep_padding = false # like -kp
function_next_line = true # like -fn
never_split = true # like -ns
shell_variant = posix # like -ln=posix
binary_next_line = true # like -bn
switch_case_indent = true # like -ci
space_redirects = true # like -sr
keep_padding = false # like -kp
function_next_line = true # like -fn
never_split = true # like -ns
[local/bin/antigen.zsh]
ignore = true