mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-21 13:06:21 +00:00
style: usar .editorconfig
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
sutty/jekyll/sutty-base-jekyll-theme#60
This commit is contained in:
parent
ae72297adf
commit
f19a9fa42f
1 changed files with 11 additions and 0 deletions
11
.editorconfig
Normal file
11
.editorconfig
Normal 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
|
Loading…
Reference in a new issue