From 6fc7f49449cb237e1aa37eb1025461fe3ea39589 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Thu, 27 Aug 2026 11:50:43 +0700 Subject: . --- .config/vis/plugins/vis-lspc/.editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/vis/plugins/vis-lspc/.editorconfig (limited to '.config/vis/plugins/vis-lspc/.editorconfig') diff --git a/.config/vis/plugins/vis-lspc/.editorconfig b/.config/vis/plugins/vis-lspc/.editorconfig new file mode 100644 index 0000000..b0f7f65 --- /dev/null +++ b/.config/vis/plugins/vis-lspc/.editorconfig @@ -0,0 +1,16 @@ +# http://editorconfig.org + +root = true + +[*.lua] +indent_style = space +indent_size = 2 + +[.gitlab-ci.yml] +indent_style = space +indent_size = 2 + +[tools/*] +indent_style = space +indent_size = 4 +binary_next_line = true -- cgit v1.2.3