treewide: alejandra -> nixfmt-rfc-style
This commit is contained in:
parent
d64c02e3da
commit
6558fdb739
51 changed files with 1108 additions and 928 deletions
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -25,8 +26,8 @@
|
|||
{
|
||||
name = "koka";
|
||||
scope = "scope.koka";
|
||||
file-types = ["kk"];
|
||||
roots = [];
|
||||
file-types = [ "kk" ];
|
||||
roots = [ ];
|
||||
indent = {
|
||||
tab-width = 4;
|
||||
unit = " ";
|
||||
|
@ -43,5 +44,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
wrappers.helix.pathAdd = [pkgs.nil];
|
||||
wrappers.helix.pathAdd = [ pkgs.nil ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue