chore(tooling): add nix flake and reconfigure some stuff for neovim

This commit is contained in:
cswimr 2025-02-08 13:42:35 -06:00
parent c6f6f0d5c1
commit b2bc02108d
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
5 changed files with 97 additions and 13 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false