Skip to content

Commit 00588d6

Browse files
Merge branch 'doocs:main' into main
2 parents 3fd53d1 + a14e939 commit 00588d6

File tree

1,779 files changed

+87902
-41536
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,779 files changed

+87902
-41536
lines changed

.editorconfig

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# REF: https://spec.editorconfig.org/#supported-pairs
2+
3+
root = true
4+
5+
[*]
6+
indent_style = space
7+
indent_size = 4
8+
# tab_width = 4
9+
# end_of_line = lf
10+
charset = utf-8
11+
# spelling_language = en-US
12+
trim_trailing_whitespace = true
13+
insert_final_newline = true
14+
15+
[*.{md}]
16+
trim_trailing_whitespace = false
17+
18+
[*.{go}]
19+
indent_style = tab
20+
21+
[*.{yml,yaml}]
22+
indent_size = 2

.husky/commit-msg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
npx --no -- commitlint --edit $1
1+
#!/bin/sh
2+
3+
npx --no -- commitlint --edit $1

.husky/pre-commit

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
npx lint-staged --allow-empty $1
1+
#!/bin/sh
2+
3+
npx lint-staged --allow-empty $1

.prettierignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ node_modules/
1616
/solution/0100-0199/0177.Nth Highest Salary/Solution.sql
1717
/solution/0100-0199/0178.Rank Scores/Solution2.sql
1818
/solution/0500-0599/0586.Customer Placing the Largest Number of Orders/Solution2.sql
19-
/solution/1400-1499/1454.Active Users/Solution.sql
2019
/solution/1600-1699/1635.Hopper Company Queries I/Solution.sql
2120
/solution/2100-2199/2118.Build the Equation/Solution.sql
2221
/solution/2100-2199/2175.The Change in Global Rankings/Solution.sql
@@ -25,4 +24,4 @@ node_modules/
2524
/solution/2200-2299/2252.Dynamic Pivoting of a Table/Solution.sql
2625
/solution/2200-2299/2253.Dynamic Unpivoting of a Table/Solution.sql
2726
/solution/3100-3199/3150.Invalid Tweets II/Solution.sql
28-
/solution/3100-3199/3198.Find Cities in Each State/Solution.sql
27+
/solution/3100-3199/3198.Find Cities in Each State/Solution.sql

0 commit comments

Comments
 (0)