Compare commits

..

No commits in common. "3d738ee0a23ae81b350b5ccb024dc5c784405ee2" and "d2f786fcd8b69fcbfe0c06233b9e3586632a5c73" have entirely different histories.

4 changed files with 6 additions and 20 deletions

View file

@ -1,9 +1,9 @@
root = true
[*]
indent_size = 2
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

1
.envrc
View file

@ -1,2 +1 @@
# use devshell from flake.nix
use flake

4
.gitignore vendored
View file

@ -1,6 +1,6 @@
# direnv files
# Ignore the direnv directory
.direnv
# `nix build` outputs
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*

13
.vscode/settings.json vendored
View file

@ -1,13 +0,0 @@
{
"files.exclude": {
// defaults
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
// extras
"**/.direnv": true,
}
}