Skip to content

Commit

Permalink
Update editorconfig template
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Oct 8, 2024
1 parent 8f61b6e commit bf59a25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
10 changes: 0 additions & 10 deletions home-manager/bin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@ in
}
'')

(nu "xr" ''
# Quick run a Nix program
def main [
program: string, # The program to run
cmd?: string # The command to pass to the program
] {
nix run $"nixpkgs#($program)(if $cmd { $" ($cmd)" })"
}
'')

(nu "px" ''
# Cross-compile for system
def main [
Expand Down
8 changes: 0 additions & 8 deletions templates/editorconfig/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100

[*.go]
indent_size = 4

[*.rs]
indent_size = 4

[Makefile]
indent_size = 4
indent_style = tab

0 comments on commit bf59a25

Please sign in to comment.