Files
kali-arm/.editorconfig
2022-09-02 11:48:12 -05:00

20 lines
258 B
INI

# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.sh]
indent_style = space
indent_size = 4
tab_width = 8
[*.yaml]
indent_style = space
indent_size = 2
tab_width = 8