init
This commit is contained in:
commit
44311a2e72
12 changed files with 379 additions and 0 deletions
16
.editorconfig
Normal file
16
.editorconfig
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
charset = utf-8
|
||||
|
||||
[*.{json,md,nix,py,sh}]
|
||||
indent_style = space
|
||||
|
||||
[*.{json,md,nix}]
|
||||
indent_size = 2
|
||||
|
||||
[*.{py,sh}]
|
||||
indent_size = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue