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

commit5e1df67abf17c494b02a37242cdaf08a442daa66
parentf68964544d
authorIsaac Freund <[email protected]>
date2020-06-17 16:22
editorconfig: add scdoc config

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

diff --git a/.editorconfig b/.editorconfig
index 0c15f6c..b67e153 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -13,3 +13,7 @@ indent_size = 4
 [*.{xml,yml}]
 indent_style = space
 indent_size = 2
+
+[*.scd]
+indent_style = tab
+indent_size = 4