Specify tab width in editorconfig
This commit is contained in:
parent
0039a0b4a5
commit
4616f2bab0
1 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ charset = utf-8
|
|||
|
||||
[*.js]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
end_of_line = crlf
|
||||
Loading…
Add table
Add a link
Reference in a new issue