fix: revert stylua config

This commit is contained in:
Barrett Ruth 2025-09-15 18:10:35 -04:00
parent fe4cf2b680
commit d4fd02499d
19 changed files with 1363 additions and 1579 deletions

View file

@ -1,6 +1,6 @@
vim.filetype.add({
extension = {
cpin = 'cpin',
cpout = 'cpout',
},
extension = {
cpin = "cpin",
cpout = "cpout",
},
})