Skip to content

Commit

Permalink
update editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
kheina committed Jun 25, 2023
1 parent 29eccca commit eaf52eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ insert_final_newline = true
# Set default charset
[*.{js,jsx,ts,tsx,md}]
charset = utf-8
indent_style = space
indent_size = 2
tab_width = 2
indent_style = tab
indent_size = 4
tab_width = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true


# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
indent_style = tab
indent_size = 4
2 changes: 1 addition & 1 deletion src/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ export async function BlockBlueVerified(user: BlueBlockerUser, config: Config) {
// fire an event here to soupcan and check for transphobia
try {
const response = await chrome.runtime.sendMessage(
"elaaehemnbefkbadghcbdfaflmmeiami", // SoupcanExtensionId,
SoupcanExtensionId,
{ action: "check_twitter_user", screen_name: user.legacy.screen_name },
);
console.debug(logstr, `soupcan response for @${user.legacy.screen_name}:`, response);
Expand Down

0 comments on commit eaf52eb

Please sign in to comment.