1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-16 03:30:13 -04:00

initialize an editorconfig

This commit is contained in:
Graham Christensen 2017-08-13 09:54:34 -04:00
parent c954e888c2
commit 06530261a2
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2