diff options
author | Alan Pearce | 2024-05-18 18:56:13 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-18 18:56:13 +0200 |
commit | 31db71eacbb7977faf8ae5fd5886d72f4251ce63 (patch) | |
tree | a7b86719f068de37e95edf881c83e9b82ea79a64 | |
parent | 02801bdcd8a051e7621f7f03709a2dff37ef5557 (diff) | |
download | nixfiles-31db71eacbb7977faf8ae5fd5886d72f4251ce63.tar.lz nixfiles-31db71eacbb7977faf8ae5fd5886d72f4251ce63.tar.zst nixfiles-31db71eacbb7977faf8ae5fd5886d72f4251ce63.zip |
set editorconfig to not clash with niv
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..78030d65 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[nix/sources.json] +indent_size = 4 |