Skip to content

chore: Add .editorconfig, subshell dir changes in scripts #1649

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 27, 2022
Prev Previous commit
Next Next commit
Fix dump.sql formatting exception
  • Loading branch information
mafredri committed May 23, 2022
commit 2c491bd7731dbd4177b7f67b7a9ddb769a97dd7c
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ indent_style = tab
indent_style = space
indent_size = 2

[*.sql]
[coderd/database/dump.sql]
indent_style = space
indent_size = 4