diff options
| author | seth <[email protected]> | 2023-11-12 17:06:44 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-12 17:06:44 -0500 |
| commit | 9fead8a218a85391221385030d8b1f7bfe62a1d4 (patch) | |
| tree | 5c0e727dde961743c7e17c024135a4c3ab42cc81 /.editorconfig | |
| parent | 4b498cef6add2e7342a24f7598ed47b32086ae54 (diff) | |
feat: add nix flake for dev env
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index d395ba4..cba1b92 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,9 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.{yml,yaml}] +[*.{nix,yml,yaml}] indent_style = space indent_size = 2 + +[*.lock] +indent_style = space |
