Skip to content

Commit

Permalink
Update editorconfig to better match palantir formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Sep 5, 2023
1 parent 062c238 commit 9455f69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 100
tab_width = 2
tab_width = 4
ij_continuation_indent_size = 4
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"editor.detectIndentation": false,
"editor.foldingImportsByDefault": true,
"editor.tabSize": 2,
"editor.tabSize": 4,
"java.configuration.updateBuildConfiguration": "automatic",
"java.dependency.packagePresentation": "hierarchical",
"java.jdt.ls.vmargs": "-Xmx32G -XX:+UseG1GC -XX:+UseStringDeduplication",
Expand Down

0 comments on commit 9455f69

Please sign in to comment.