diff options
| -rw-r--r-- | .editorconfig | 2 | ||||
| -rw-r--r-- | users/seth/programs/default.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index f81219a..9361cf6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,6 @@ root = true [*] charset = utf-8 -end_of_line = 'lf' +end_of_line = lf indent_style = tab insert_file_newline = true diff --git a/users/seth/programs/default.nix b/users/seth/programs/default.nix index 6e6734e..5773b22 100644 --- a/users/seth/programs/default.nix +++ b/users/seth/programs/default.nix @@ -17,6 +17,7 @@ eclint exa fd + gh lld ripgrep statix |
