Package with nix
This commit is contained in:
parent
1ad118c6d8
commit
c5088ae218
5 changed files with 219 additions and 3 deletions
|
|
@ -1,10 +1,14 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.nix]
|
||||
indent_size = 2
|
||||
|
||||
[*.{fs,fsi,fsx}]
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
trim_trailing_whitespace=true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue