Skip to content

Commit

Permalink
Merge branch 'doocs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
CodersAcademy006 authored Aug 22, 2024
2 parents 3fd53d1 + a14e939 commit 00588d6
Show file tree
Hide file tree
Showing 1,779 changed files with 87,902 additions and 41,536 deletions.
22 changes: 22 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# REF: https://spec.editorconfig.org/#supported-pairs

root = true

[*]
indent_style = space
indent_size = 4
# tab_width = 4
# end_of_line = lf
charset = utf-8
# spelling_language = en-US
trim_trailing_whitespace = true
insert_final_newline = true

[*.{md}]
trim_trailing_whitespace = false

[*.{go}]
indent_style = tab

[*.{yml,yaml}]
indent_size = 2
4 changes: 3 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
npx --no -- commitlint --edit $1
#!/bin/sh

npx --no -- commitlint --edit $1
4 changes: 3 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
npx lint-staged --allow-empty $1
#!/bin/sh

npx lint-staged --allow-empty $1
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ node_modules/
/solution/0100-0199/0177.Nth Highest Salary/Solution.sql
/solution/0100-0199/0178.Rank Scores/Solution2.sql
/solution/0500-0599/0586.Customer Placing the Largest Number of Orders/Solution2.sql
/solution/1400-1499/1454.Active Users/Solution.sql
/solution/1600-1699/1635.Hopper Company Queries I/Solution.sql
/solution/2100-2199/2118.Build the Equation/Solution.sql
/solution/2100-2199/2175.The Change in Global Rankings/Solution.sql
Expand All @@ -25,4 +24,4 @@ node_modules/
/solution/2200-2299/2252.Dynamic Pivoting of a Table/Solution.sql
/solution/2200-2299/2253.Dynamic Unpivoting of a Table/Solution.sql
/solution/3100-3199/3150.Invalid Tweets II/Solution.sql
/solution/3100-3199/3198.Find Cities in Each State/Solution.sql
/solution/3100-3199/3198.Find Cities in Each State/Solution.sql
Loading

0 comments on commit 00588d6

Please sign in to comment.