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