fix typo in .editorconfig
According to https://editorconfig.org/#file-format-details: > indent_style: set to tab or space to use hard tabs or soft tabs respectively. Apologies if this is known and the previous `spaces` syntax is preferred. In that case of course just close the PR. Thanks for kitty 🐱
This commit is contained in:
parent
b0f552c332
commit
098530ad38
@ -1,7 +1,7 @@
|
|||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = spaces
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user