Set dev mode auth headers
This commit is contained in:
@@ -2,11 +2,16 @@ root = true
|
||||
|
||||
[*.tsx]
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
|
||||
[*.ts]
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
|
||||
[*.json]
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
Reference in New Issue
Block a user