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

commit758064012981af0e045ba9b6d4d6ba2a5e94a3f2
parent57f0d15b76
authorIsaac Freund <[email protected]>
date2020-06-04 16:54
editorconfig: trim trailing whitespace

 .editorconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.editorconfig b/.editorconfig
index 80d5e41..0c15f6c 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,6 +4,7 @@ root = true
 charset = utf8
 end_of_line = lf
 insert_final_newline = true
+trim_trailing_whitespace = true
 
 [*.zig]
 indent_style = space