brewery
notashelf /
23527908c28dc5cc0890411240419c1f5183db35

chroma

public

Lightweight wallpaper daemon for Wayland

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.git
.editorconfig33 lines438 B
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