mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 17:30:34 +01:00
Add editorconfig file
This commit is contained in:
parent
e9cdfca6d8
commit
adfe9f3c0f
2 changed files with 13 additions and 1 deletions
11
.editorconfig
Normal file
11
.editorconfig
Normal file
|
@ -0,0 +1,11 @@
|
|||
# https://editorconfig.org
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
|
@ -1 +1,2 @@
|
|||
pnpm-lock.yaml
|
||||
|
||||
|
|
Loading…
Reference in a new issue