Skip to content

Commit

Permalink
Change indentation to 2 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
WoWaster committed Sep 17, 2024
1 parent c06de32 commit b1d438c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"files.trimTrailingWhitespace": true,
"editor.renderWhitespace": "all",
"[haskell]": {
"editor.tabSize": 4
"editor.tabSize": 2
},
"haskell.manageHLS": "GHCup",
"haskell.formattingProvider": "fourmolu",
Expand Down
2 changes: 1 addition & 1 deletion fourmolu.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Number of spaces per indentation step
indentation: 4
indentation: 2

# Max line length for automatic line breaking
column-limit: 120
Expand Down

0 comments on commit b1d438c

Please sign in to comment.