Add justfile to .editorconfig
This commit is contained in:
parent
dbf84d1249
commit
de10454359
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ indent_size = 2
|
|||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[justfile]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
# Markdown Files
|
||||
#
|
||||
# Two spaces at the end of a line in Markdown mean "new line",
|
||||
|
|
Loading…
Reference in a new issue