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

commit0020f071c986fee65e307d45ca31e042cac897f3
parentd8f449474c
authorIsaac Freund <[email protected]>
date2020-04-23 15:52
Add editorconfig

 .editorconfig | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..80d5e41
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+root = true
+
+[*]
+charset = utf8
+end_of_line = lf
+insert_final_newline = true
+
+[*.zig]
+indent_style = space
+indent_size = 4
+
+[*.{xml,yml}]
+indent_style = space
+indent_size = 2