Parent Directory
|
Revision Log
chore: add .editorconfig
1 | [*] |
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 |
team@onesoftnet.eu.org | ViewVC Help |
Powered by ViewVC 1.1.26 |