forked from discourse/discourse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEV: Apply syntax_tree formatting to
lib/*
- Loading branch information
1 parent
b0fda61
commit 6417173
Showing
507 changed files
with
16,626 additions
and
12,703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--print-width=100 | ||
--plugins=plugin/trailing_comma,disable_ternary | ||
--ignore-files=app/* | ||
--ignore-files=lib/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
# frozen_string_literal: true | ||
|
||
module Auth; end | ||
module Auth | ||
end | ||
|
||
require 'auth/auth_provider' | ||
require 'auth/result' | ||
require 'auth/authenticator' | ||
require 'auth/managed_authenticator' | ||
require 'auth/facebook_authenticator' | ||
require 'auth/github_authenticator' | ||
require 'auth/twitter_authenticator' | ||
require 'auth/google_oauth2_authenticator' | ||
require 'auth/discord_authenticator' | ||
require "auth/auth_provider" | ||
require "auth/result" | ||
require "auth/authenticator" | ||
require "auth/managed_authenticator" | ||
require "auth/facebook_authenticator" | ||
require "auth/github_authenticator" | ||
require "auth/twitter_authenticator" | ||
require "auth/google_oauth2_authenticator" | ||
require "auth/discord_authenticator" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.