5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-04 08:07:05 +00:00

style: usar .editorconfig
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

sutty/jekyll/sutty-base-jekyll-theme#60
This commit is contained in:
f 2023-09-22 14:31:53 -03:00
parent ae72297adf
commit f19a9fa42f
No known key found for this signature in database

11
.editorconfig Normal file
View file

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