From 9455f6997ba7e914157f6deea35f5b54a1031e13 Mon Sep 17 00:00:00 2001 From: Jonathan Percival Date: Tue, 5 Sep 2023 11:07:37 -0600 Subject: [PATCH] Update editorconfig to better match palantir formatting --- .editorconfig | 4 ++-- .vscode/settings.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index f22ac745c..d5de0b095 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/.vscode/settings.json b/.vscode/settings.json index bea3bd25d..56b045fca 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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",