diff options
| author | dacctal <dacctal@symlinx.net> | 2026-04-27 05:30:46 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-04-27 05:30:46 +0000 |
| commit | d33d907f53c50d323eca75c4bfc02ab5b989b30a (patch) | |
| tree | 6888a2074338a723f0fde99b03b09fbab91a265f /.config/vis/plugins/vis-lspc/.editorconfig | |
| parent | 89505535c652cd6f31a15df73293c6e90eaa852f (diff) | |
Diffstat (limited to '.config/vis/plugins/vis-lspc/.editorconfig')
| -rw-r--r-- | .config/vis/plugins/vis-lspc/.editorconfig | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
