git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

scenefx/.editorconfig (212B)

 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 indent_style = tab
 9 indent_size = 4
10 max_line_length = 80
11 
12 [*.xml]
13 indent_style = space
14 indent_size = 2