mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
.editorconfig: fix character encoding property specification
The property should be named charset, not encoding, according to editorconfig documentation. https://editorconfig.org/#supported-properties Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
parent
6e7cfed8a1
commit
6fd0bd21be
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
encoding = utf-8
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue