Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit a136935

Browse files
committed
feat: indent nix files with 2 spaces
1 parent 6478d20 commit a136935

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ insert_final_newline = true
1212
# For isort
1313
profile = black
1414

15-
[*.{code-snippets,code-workspace,json,tf,yaml,yml}{,.jinja}]
15+
[*.{code-snippets,code-workspace,json,nix,tf,yaml,yml}{,.jinja}]
1616
indent_size = 2

src/.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ insert_final_newline = true
1212
# For isort
1313
profile = black
1414

15-
[*.{code-snippets,code-workspace,json,tf,yaml,yml}{,.jinja}]
15+
[*.{code-snippets,code-workspace,json,nix,tf,yaml,yml}{,.jinja}]
1616
indent_size = 2

0 commit comments

Comments
 (0)