notashelf /
d1116e772101b82b426c7ea946b726022a9271e5
chroma
publicLightweight wallpaper daemon for Wayland
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.git| 1 | root = true |
| 2 | |
| 3 | [*] |
| 4 | end_of_line = lf |
| 5 | insert_final_newline = true |
| 6 | charset = utf-8 |
| 7 | trim_trailing_whitespace = true |
| 8 | |
| 9 | [*.c] |
| 10 | indent_style = space |
| 11 | indent_size = 2 |
| 12 | tab_width = 2 |
| 13 | |
| 14 | [*.h] |
| 15 | indent_style = space |
| 16 | indent_size = 2 |
| 17 | tab_width = 2 |
| 18 | |
| 19 | [Makefile] |
| 20 | indent_style = tab |
| 21 | tab_width = 4 |
| 22 | trim_trailing_whitespace = false |
| 23 | |
| 24 | [*.mk] |
| 25 | indent_style = tab |
| 26 | tab_width = 4 |
| 27 | trim_trailing_whitespace = false |
| 28 | |
| 29 | [*.sh] |
| 30 | indent_style = space |
| 31 | indent_size = 2 |
| 32 | tab_width = 2 |
| 33 |