forked from jhipster/jhipster-online
-
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.
feat: add prettier-java to the project for formatting (jhipster#249)
This adds prettier-java to the project for better formatting of java files.
- Loading branch information
1 parent
d2b0c9d
commit 9a7b68d
Showing
180 changed files
with
3,125 additions
and
2,577 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,3 +1,3 @@ | ||
module.exports = { | ||
'{,src/**/}*.{md,json,ts,css,scss,yml}': ['prettier --write', 'git add'] | ||
'{,src/**/}*.{md,json,yaml,yml,java,ts,js,css,scss}': ['prettier --write', 'git add'] | ||
}; |
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,27 +1,25 @@ | ||
runtime: custom | ||
env: flex | ||
resources: | ||
cpu: 1 | ||
memory_gb: 4.0 | ||
disk_size_gb: 10 | ||
cpu: 1 | ||
memory_gb: 4.0 | ||
disk_size_gb: 10 | ||
manual_scaling: | ||
instances: 1 | ||
instances: 1 | ||
env_variables: | ||
DATABASE_NAME: | ||
GCP_PROJECT_ID: | ||
GCP_REGION: | ||
SQL_INSTANCE_ID: | ||
DATABASE_USERNAME: | ||
DATABASE_PASSWORD: | ||
MAIL_HOST: | ||
MAIL_PORT: | ||
MAIL_USERNAME: | ||
MAIL_PASSWORD: | ||
BASE64_SECRET: | ||
CLIENT_ID_GITHUB: | ||
CLIENT_SECRET_GITHUB: | ||
GITLAB_CLIENT_ID: | ||
GITLAB_CLIENT_SECRET: | ||
GITLAB_REDIRECT_URI: | ||
|
||
|
||
DATABASE_NAME: | ||
GCP_PROJECT_ID: | ||
GCP_REGION: | ||
SQL_INSTANCE_ID: | ||
DATABASE_USERNAME: | ||
DATABASE_PASSWORD: | ||
MAIL_HOST: | ||
MAIL_PORT: | ||
MAIL_USERNAME: | ||
MAIL_PASSWORD: | ||
BASE64_SECRET: | ||
CLIENT_ID_GITHUB: | ||
CLIENT_SECRET_GITHUB: | ||
GITLAB_CLIENT_ID: | ||
GITLAB_CLIENT_SECRET: | ||
GITLAB_REDIRECT_URI: |
Oops, something went wrong.