pending.nvim/.editorconfig
Barrett Ruth 717a6133cd build: initial repo scaffold
Problem: need project foundation files.

Solution: add MIT license, gitignore, and editorconfig.
2026-02-24 15:08:35 -05:00

9 lines
107 B
INI

root = true
[*]
insert_final_newline = true
charset = utf-8
[*.lua]
indent_style = space
indent_size = 2