Adds odin support

This commit is contained in:
Dennis Schoepf 2025-02-26 22:53:58 +01:00
parent 1b5e9ee544
commit 8f44d496e9
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
setlocal expandtab
setlocal smartindent
setlocal tabstop=2
setlocal shiftwidth=2
setlocal conceallevel=2