Add modula-2 indentation rules

This commit is contained in:
2025-05-23 16:05:14 +02:00
parent 03aca09b82
commit b5e0162029
2 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,3 @@
vim.bo.expandtab = true
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2