Parent Directory
|
Revision Log
chore: add .editorconfig
1 | rakinar2 | 18 | [*] |
2 | indent_style = space | ||
3 | indent_size = 4 | ||
4 | end_of_line = lf | ||
5 | charset = utf-8 | ||
6 | |||
7 | [*.sh] | ||
8 | |||
9 | shell_variant = posix | ||
10 | binary_next_line = true | ||
11 | switch_case_indent = true | ||
12 | space_redirects = true | ||
13 | keep_padding = true | ||
14 | function_next_line = true | ||
15 | never_split = true |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |